[llvm] [LLVM][Verifier] Move intrinsic signature verification to declarations (PR #204478)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 07:24:38 PDT 2026


================
@@ -423,7 +423,6 @@ define {<vscale x 2 x double>, <vscale x 2 x double>,<vscale x 2 x double>, <vsc
 }
 
 
-declare {<vscale x 16 x i8>, <vscale x 16 x i8>} @llvm.aarch64.sme.readz.horiz.za8.x2.nxv16i8(i32, i32)
----------------
jurahul wrote:

Thanks, fixed the declaration by removing the .za8

https://github.com/llvm/llvm-project/pull/204478


More information about the llvm-commits mailing list