mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
add testcase for PR2964
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b384ab9ea1
commit
db97348400
@ -1,6 +1,10 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep or | count 3
|
||||
; This should produce one 'or' or 'cror' instruction per function.
|
||||
|
||||
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep mfcr | count 3
|
||||
; PR2964
|
||||
|
||||
define i32 @test(double %x, double %y) nounwind {
|
||||
entry:
|
||||
%tmp3 = fcmp ole double %x, %y ; <i1> [#uses=1]
|
||||
|
Loading…
Reference in New Issue
Block a user