mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b8611ec8bc
commit
a2f99b63cd
7
test/Transforms/ConstProp/2006-11-30-vector-cast.ll
Normal file
7
test/Transforms/ConstProp/2006-11-30-vector-cast.ll
Normal file
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | opt -constprop | llvm-dis | grep 4294967295 &&
|
||||
; RUN: llvm-as < %s | opt -constprop | llvm-dis | not grep zeroinitializer
|
||||
|
||||
< 4 x uint> %test() {
|
||||
%tmp40 = bitcast <2 x long> bitcast (<4 x int> < int 0, int 0, int -1, int 0 > to <2 x long>) to <4 x uint>
|
||||
ret <4 x uint> %tmp40
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user