[Mlir-commits] [mlir] [MLIR] Adding 'inline_hint' attribute on LLMV::CallOp (PR #134582)

Mehdi Amini llvmlistbot at llvm.org
Mon Apr 7 04:07:36 PDT 2025


================
@@ -787,7 +787,8 @@ def LLVM_CallOp : LLVM_MemAccessOpBase<"call",
       OptionalAttr<DictArrayAttr>:$arg_attrs,
       OptionalAttr<DictArrayAttr>:$res_attrs,
       OptionalAttr<UnitAttr>:$no_inline,
-      OptionalAttr<UnitAttr>:$always_inline);
+      OptionalAttr<UnitAttr>:$always_inline,
+      OptionalAttr<UnitAttr>:$inline_hint);
----------------
joker-eph wrote:

Can you please document this in the description for the op?

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


More information about the Mlir-commits mailing list