[Mlir-commits] [mlir] [mlir][scf] Add `no_inline` attribute to `scf.execute_region` (PR #151352)
Jungwook Park
llvmlistbot at llvm.org
Wed Jul 30 10:07:54 PDT 2025
jungpark-mlir wrote:
> Please handle this in the assembly format directly as a property instead of letting this part of the attribute dictionary.
@joker-eph Please see if I understand this correctly,
`scf.execute_region` uses custom assembly and it already parse/print optional attributes, so only need to document in the description?
And use `op->getAttr("no_inline")` and setAttr when needed?
https://github.com/llvm/llvm-project/pull/151352
More information about the Mlir-commits
mailing list