mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 16:48:02 +00:00
new testcase
llvm-svn: 32061
This commit is contained in:
parent
a1613b631b
commit
6be189eb1a
@ -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