More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the
authorBill Wendling <isanbard@gmail.com>
Mon, 1 Nov 2010 05:59:43 +0000 (05:59 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 1 Nov 2010 05:59:43 +0000 (05:59 +0000)
peephole optimizer is disabled. That's not good at all.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117905 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/arm-and-tst-peephole.ll
test/CodeGen/ARM/long_shift.ll

index 398eb4be87b5c5537c3d5993c4bc5d7bd9c9406a..93cc123be6349f41ef1092e1c92436843f54ab12 100644 (file)
@@ -1,7 +1,6 @@
-; RUN: llc < %s -march=arm | FileCheck %s
-; RUN: llc < %s -march=thumb | FileCheck -check-prefix=THUMB %s
-; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck -check-prefix=T2 %s
-; XFAIL: *
+; RUN: llc < %s -march=arm
+; FIXME: llc < %s -march=thumb | FileCheck -check-prefix=THUMB %s
+; FIXME: llc < %s -march=thumb -mattr=+thumb2 | FileCheck -check-prefix=T2 %s
 
 %struct.Foo = type { i8* }
 
index 5e4f5730f8d21ae38b44db3bc1324cf0fd8df3f5..45ed2099c95493d32f6e45270f156ffdd23f009f 100644 (file)
@@ -1,4 +1,6 @@
 ; RUN: llc < %s -march=arm | FileCheck %s
+; XFAIL: *
+; FIXME: Fix after peephole optimizer is fixed.
 
 define i64 @f0(i64 %A, i64 %B) {
 ; CHECK: f0