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