mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33206 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dcec14eb88
commit
3ccebe449e
6
test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll
Normal file
6
test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll
Normal file
@ -0,0 +1,6 @@
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'fcmp uno.*0.0'
|
||||
; PR1111
|
||||
define i1 %test(double %X) {
|
||||
%tmp = fcmp une double %X, %X
|
||||
ret i1 %tmp
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user