mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
Add a testcase I forgot to commit earlier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19338 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e8bd68d13
commit
186fcf6964
5
test/CodeGen/X86/fp-immediate-shorten.ll
Normal file
5
test/CodeGen/X86/fp-immediate-shorten.ll
Normal file
@ -0,0 +1,5 @@
|
||||
;; Test that this FP immediate is stored in the constant pool as a float.
|
||||
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep '.long.1123418112'
|
||||
|
||||
double %D() { ret double 123.0 }
|
Loading…
x
Reference in New Issue
Block a user