[Mlir-commits] [mlir] [MLIR][FuncToLLVM] Propagate no_inline attribute (PR #143809)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Jun 13 03:47:08 PDT 2025
================
@@ -62,6 +62,7 @@ using namespace mlir;
static constexpr StringRef varargsAttrName = "func.varargs";
static constexpr StringRef linkageAttrName = "llvm.linkage";
static constexpr StringRef barePtrAttrName = "llvm.bareptr";
+static constexpr StringRef noInlineAttrName = "no_inline";
----------------
ftynse wrote:
I'd rather not rely on magic constants in local files and get this somehow from the interface or from specific op classes.
https://github.com/llvm/llvm-project/pull/143809
More information about the Mlir-commits
mailing list