Files
llvm-6502/test/Transforms/InstCombine/xor-undef.ll
T
2009-09-08 22:34:10 +00:00

7 lines
142 B
LLVM

; RUN: opt %s -instcombine -S | grep zeroinitializer
define <2 x i64> @f() {
%tmp = xor <2 x i64> undef, undef
ret <2 x i64> %tmp
}