mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 05:32:22 +00:00
Add explicit test for PR4280.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72539 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bbdd903c52
commit
f1f7c09390
15
test/CodeGen/PowerPC/2009-05-28-LegalizeBRCC.ll
Normal file
15
test/CodeGen/PowerPC/2009-05-28-LegalizeBRCC.ll
Normal file
@ -0,0 +1,15 @@
|
||||
; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin10
|
||||
; PR4280
|
||||
|
||||
define i32 @__fixunssfsi(float %a) nounwind readnone {
|
||||
entry:
|
||||
%0 = fcmp ult float %a, 0x41E0000000000000 ; <i1> [#uses=1]
|
||||
br i1 %0, label %bb1, label %bb
|
||||
|
||||
bb: ; preds = %entry
|
||||
ret i32 1
|
||||
|
||||
bb1: ; preds = %entry
|
||||
ret i32 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user