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