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 | d70bd617581214c11241fb90edc3e2146735d3ba (patch) | |
tree | e296bf67c6e6297508fbd59409cfe27dda8ae33b /llvm/test | |
parent | ee04c24bd527d2d6d0579b593824082d6870b644 (diff) | |
download | bcm5719-llvm-d70bd617581214c11241fb90edc3e2146735d3ba.tar.gz bcm5719-llvm-d70bd617581214c11241fb90edc3e2146735d3ba.zip |
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.
llvm-svn: 58876
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/compare-fcmp-ord.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/compare-fcmp-ord.ll b/llvm/test/CodeGen/PowerPC/compare-fcmp-ord.ll index e578ca3737d..c3ba4f5ef38 100644 --- a/llvm/test/CodeGen/PowerPC/compare-fcmp-ord.ll +++ b/llvm/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 |