[llvm] [ARM] Fix inline asm register validation for vector types (PR #152175)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 5 09:47:44 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list