1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

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
This commit is contained in:
Dale Johannesen 2008-11-08 00:49:19 +00:00
parent 5c10f4178e
commit 2487d3100b

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