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
This commit is contained in:
Dale Johannesen 2008-11-08 00:49:19 +00:00
parent c4c7a6a3fb
commit 3dd42cfe12

View File

@ -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