diff options
author | Dale Johannesen <dalej@apple.com> | 2008-11-08 00:49:19 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-11-08 00:49:19 +0000 |
commit | 3dd42cfe125d3ebc9e3551204bc3b89f06b2a3f3 (patch) | |
tree | a4055630ff758b48db4f319f8260bd058b3e201e | |
parent | c4c7a6a3fbec602650b0b3e1af4314511291c918 (diff) |
Generated code for generic expansion of SETUGT etc.
is noticeably worse than previous PPC-specific code.
Since the latter was also wrong in some cases and
correctness is more important than efficiency, I'm
disabling this test temporarily while I fix it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58876 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/PowerPC/compare-fcmp-ord.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/compare-fcmp-ord.ll b/test/CodeGen/PowerPC/compare-fcmp-ord.ll index e578ca3737..c3ba4f5ef3 100644 --- a/test/CodeGen/PowerPC/compare-fcmp-ord.ll +++ b/test/CodeGen/PowerPC/compare-fcmp-ord.ll @@ -1,6 +1,7 @@ ; RUN: llvm-as < %s | llc -march=ppc32 | grep or | count 3 ; This should produce one 'or' or 'cror' instruction per function. +; XFAIL: * ; RUN: llvm-as < %s | llc -march=ppc32 | grep mfcr | count 3 ; PR2964 |