forked from OSchip/llvm-project
[Hexagon] Add REQUIRES: asserts to testcases that use -debug-only
llvm-svn: 327279
This commit is contained in:
parent
da4a7c01bf
commit
5b39f7cfef
|
@ -1,4 +1,5 @@
|
|||
; RUN: llc -march=hexagon -O2 -debug-only=pipeliner < %s -o - 2>&1 > /dev/null | FileCheck %s
|
||||
; REQUIRES: asserts
|
||||
|
||||
; Test that the phi in the first epilog block is getter the correct
|
||||
; value from the kernel block. In this bug, the phi was using the value
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
; RUN: llc -march=hexagon -debug-only=pipeliner < %s -o - 2>&1 | FileCheck %s
|
||||
; REQUIRES: asserts
|
||||
|
||||
; Test that there is a chain edge between two dependent Phis.
|
||||
; The pipeliner tries to remove chains between unrelated Phis, but
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: llc -disable-lsr -march=hexagon -enable-pipeliner \
|
||||
; RUN: -debug-only=pipeliner < %s -o - 2>&1 > /dev/null | FileCheck %s
|
||||
; RUN: -debug-only=pipeliner < %s 2>&1 > /dev/null | FileCheck %s
|
||||
; REQUIRES: asserts
|
||||
;
|
||||
; Test that checks if the ResMII is 1.
|
||||
|
|
Loading…
Reference in New Issue