[Mlir-commits] [mlir] [mlir][llvm] Add builder for llvm.call_intrinsic op (PR #151967)
lonely eagle
llvmlistbot at llvm.org
Mon Aug 4 07:13:08 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:
The builder I added has more uses on our chips.Other than that, if you understand the llvm dialect translate to llvm ir, can I ask the following question?
https://discourse.llvm.org/t/question-about-translate-llvm-dialect-to-llvm-ir/87704
https://github.com/llvm/llvm-project/pull/151967
More information about the Mlir-commits
mailing list