[llvm-commits] [llvm] r58876 - /llvm/trunk/test/CodeGen/PowerPC/compare-fcmp-ord.ll
Dale Johannesen
dalej at apple.com
Fri Nov 7 16:49:19 PST 2008
Author: johannes
Date: Fri Nov 7 18:49:19 2008
New Revision: 58876
URL: http://llvm.org/viewvc/llvm-project?rev=58876&view=rev
Log:
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.
Modified:
llvm/trunk/test/CodeGen/PowerPC/compare-fcmp-ord.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/compare-fcmp-ord.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/compare-fcmp-ord.ll?rev=58876&r1=58875&r2=58876&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/compare-fcmp-ord.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/compare-fcmp-ord.ll Fri Nov 7 18:49:19 2008
@@ -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
More information about the llvm-commits
mailing list