================
@@ -23,3 +24,8 @@ entry:
ret void
}
+define void @_Z1dv() local_unnamed_addr {
+entry:
+ tail call void asm sideeffect "", "{d3}"(<16 x i8> undef)
----------------
efriedma-quic wrote:
Don't use undef.
https://github.com/llvm/llvm-project/pull/152175