diff options
| author | Bill Wendling <isanbard@gmail.com> | 2010-11-01 05:59:43 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2010-11-01 05:59:43 +0000 |
| commit | 359dd0c6bd7a95b2bfcbf97f80d56c7a89e700e2 (patch) | |
| tree | 107bc7c913da7ce27b1fefa6ac14bf9d33382e39 | |
| parent | 7a23c1fb7da5a73e38f5db8c660cc239404db0be (diff) | |
| download | bcm5719-llvm-359dd0c6bd7a95b2bfcbf97f80d56c7a89e700e2.tar.gz bcm5719-llvm-359dd0c6bd7a95b2bfcbf97f80d56c7a89e700e2.zip | |
More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the
peephole optimizer is disabled. That's not good at all.
llvm-svn: 117905
| -rw-r--r-- | llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll | 7 | ||||
| -rw-r--r-- | llvm/test/CodeGen/ARM/long_shift.ll | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll b/llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll index 398eb4be87b..93cc123be63 100644 --- a/llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll +++ b/llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll @@ -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* } diff --git a/llvm/test/CodeGen/ARM/long_shift.ll b/llvm/test/CodeGen/ARM/long_shift.ll index 5e4f5730f8d..45ed2099c95 100644 --- a/llvm/test/CodeGen/ARM/long_shift.ll +++ b/llvm/test/CodeGen/ARM/long_shift.ll @@ -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 |

