brintos

brintos / llvm-project-archived public Read only

0
0
Text · 151 B · a27286f Raw
7 lines · plain
1; RUN: opt < %s -passes=instcombine -S | grep zeroinitializer2 3define <2 x i64> @f() {4	%tmp = xor <2 x i64> undef, undef5        ret <2 x i64> %tmp6}7