[Mlir-commits] [llvm] [mlir] [LLVM] Precise error message for intrinsic signature verification (2/n) (PR #199217)
Rahul Joshi
llvmlistbot at llvm.org
Wed May 27 20:55:55 PDT 2026
================
@@ -3,7 +3,7 @@
; Use of intrinsic without mangling suffix and invalid signature should
; be rejected.
-; CHECK: error: intrinsic has incorrect argument type!
+; CHECK: error: intrinsic argument 1 type (MatchType<0>) expected i8, but got i16
----------------
jurahul wrote:
@nikic for viz.
https://github.com/llvm/llvm-project/pull/199217
More information about the Mlir-commits
mailing list