mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Add a test case for PR15318 fixed in r177472
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177489 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12bcb4be08
commit
d73795f07e
7
test/CodeGen/Generic/2013-03-20-APFloatCrash.ll
Normal file
7
test/CodeGen/Generic/2013-03-20-APFloatCrash.ll
Normal file
@ -0,0 +1,7 @@
|
||||
; RUN: llc < %s
|
||||
|
||||
define internal i1 @f(float %s) {
|
||||
entry:
|
||||
%c = fcmp ogt float %s, 0x41EFFFFFE0000000
|
||||
ret i1 %c
|
||||
}
|
Loading…
Reference in New Issue
Block a user