[Mlir-commits] [mlir] [MLIR] Add no-inline attribute (PR #117392)
River Riddle
llvmlistbot at llvm.org
Mon Dec 16 00:20:11 PST 2024
================
@@ -23,14 +23,16 @@ namespace {
struct FuncInlinerInterface : public DialectInlinerInterface {
using DialectInlinerInterface::DialectInlinerInterface;
+ static constexpr const char* NoInlineAttrName = "noinline";
----------------
River707 wrote:
Yeah, it'd be good to integrate this directly into the dialect if possible (makes it much cleaner to target). Otherwise you're at the whims of attribute propagation.
https://github.com/llvm/llvm-project/pull/117392
More information about the Mlir-commits
mailing list