mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Make promotion in operation legalization for SETCC work correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76153 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
6
test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll
Normal file
6
test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll
Normal file
@@ -0,0 +1,6 @@
|
||||
; RUN: llvm-as < %s | llc -march=alpha
|
||||
|
||||
define i1 @a(float %x) {
|
||||
%r = fcmp ult float %x, 1.0
|
||||
ret i1 %r
|
||||
}
|
Reference in New Issue
Block a user