[Mlir-commits] [mlir] [mlir][llvm] Add builder for llvm.call_intrinsic op (PR #151967)
lonely eagle
llvmlistbot at llvm.org
Mon Aug 4 07:47:19 PDT 2025
================
@@ -2432,6 +2432,7 @@ def LLVM_CallIntrinsicOp
OpBuilder<(ins "StringAttr":$intrin, "ValueRange":$args)>,
OpBuilder<(ins "StringAttr":$intrin, "ValueRange":$args, "FastmathFlagsAttr":$fastMathFlags)>,
OpBuilder<(ins "Type": $resultType, "StringAttr":$intrin, "ValueRange":$args)>,
+ OpBuilder<(ins "TypeRange": $resultTypes, "StringAttr":$intrin, "ValueRange":$args)>,
----------------
linuxlonelyeagle wrote:
I appreciate the advice, I'll check that out.For me this PR may not mean as much.Do you think this PR still makes sense? If not, I should close it. If For me. In my opinion, there is still some validity to this PR as it did cause some trouble.Finally, thank you for your reply.
https://github.com/llvm/llvm-project/pull/151967
More information about the Mlir-commits
mailing list