[Mlir-commits] [mlir] [MLIR] Add no-inline attribute (PR #117392)
River Riddle
llvmlistbot at llvm.org
Fri Nov 22 14:49:29 PST 2024
https://github.com/River707 requested changes to this pull request.
I don't think this should be a hook on CallInterface. The Inliner interface already allows for expressing various types of legality that could reference attributes: e.g. https://github.com/llvm/llvm-project/blob/24ced771cc4eb6ff8429eb085f0ffbef0e906d07/mlir/include/mlir/Transforms/InliningUtils.h#L59
https://github.com/llvm/llvm-project/pull/117392
More information about the Mlir-commits
mailing list