mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
new testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e509e7a178
commit
41c5a3918f
8
test/CodeGen/Generic/storetrunc-fp.ll
Normal file
8
test/CodeGen/Generic/storetrunc-fp.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc
|
||||
|
||||
define void @foo(double %a, double %b, float* %fp) {
|
||||
%c = add double %a, %b
|
||||
%d = fptrunc double %c to float
|
||||
store float %d, float* %fp
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user