[Hexagon] Add REQUIRES: asserts to testcases that use -stats

llvm-svn: 327281
This commit is contained in:
Krzysztof Parzyszek 2018-03-12 15:20:36 +00:00
parent 59ebd4adf0
commit ea2324f882
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
; RUN: llc -march=hexagon -enable-pipeliner=true -stats -o /dev/null < %s \
; RUN: 2>&1 | FileCheck %s --check-prefix=STATS
; REQUIRES: asserts
; Test that we do not schedule chained references too far apart,
; which enables the loop to be pipelined. In this test, the loop should

View File

@ -1,6 +1,7 @@
; RUN: llc -march=hexagon -enable-pipeliner -stats \
; RUN: -pipeliner-prune-loop-carried=false -fp-contract=fast \
; RUN: -o /dev/null < %s 2>&1 | FileCheck %s --check-prefix=STATS
; REQUIRES: asserts
; That that we do not pipeline this loop. The recurrence is too large. If
; we pipeline this example, that means we're not checking the complete