forked from OSchip/llvm-project
[Hexagon] Add REQUIRES: asserts to testcases that use -stats
llvm-svn: 327281
This commit is contained in:
parent
59ebd4adf0
commit
ea2324f882
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue