mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9c9f98f71
commit
bdde0d9553
9
test/Transforms/ConstProp/float-to-ptr-cast.ll
Normal file
9
test/Transforms/ConstProp/float-to-ptr-cast.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; RUN: llvm-as < %s | opt -constprop | llvm-dis | grep -F 'ret int* null' | wc -l | grep 2
|
||||
int* %test1() {
|
||||
%X = cast float 0.0 to int*
|
||||
ret int* %X
|
||||
}
|
||||
|
||||
int* %test2() {
|
||||
ret int* cast (float 0.0 to int*)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user