mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
563b265f37
llvm-svn: 48791
7 lines
162 B
LLVM
7 lines
162 B
LLVM
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep zeroinitializer
|
|
|
|
define <2 x i64> @f() {
|
|
%tmp = xor <2 x i64> undef, undef
|
|
ret <2 x i64> %tmp
|
|
}
|