forked from OSchip/llvm-project
"Update" tests for -disable-if-conversion removal. I think branch.ll should just
be removed, but I XFAIL'd it for now. llvm-svn: 82847
This commit is contained in:
parent
9a4e5663d2
commit
ccde96e96b
|
@ -3,6 +3,7 @@
|
|||
; RUN: grep bge %t
|
||||
; RUN: grep bhs %t
|
||||
; RUN: grep blo %t
|
||||
; XFAIL: *
|
||||
|
||||
define void @f1(i32 %a, i32 %b, i32* %v) {
|
||||
entry:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -march=thumb -mattr=+thumb2 -disable-arm-if-conversion | FileCheck %s
|
||||
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
|
||||
|
||||
define void @f1(i32 %a, i32 %b, i32* %v) {
|
||||
entry:
|
||||
|
|
Loading…
Reference in New Issue