[clang] [mlir] [CIR] Add tons of function infra, plus a handful of attributes (PR #179811)
Tobias Gysi via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 4 22:02:39 PST 2026
================
@@ -2673,23 +2673,29 @@ static constexpr std::array kExplicitLLVMFuncOpAttributes{
StringLiteral("instrument-function-exit"),
StringLiteral("modular-format"),
StringLiteral("memory"),
+ StringLiteral("minsize"),
StringLiteral("no_caller_saved_registers"),
StringLiteral("no-infs-fp-math"),
StringLiteral("no-nans-fp-math"),
StringLiteral("no-signed-zeros-fp-math"),
StringLiteral("no-builtins"),
+ StringLiteral("nobuiltin"),
----------------
gysit wrote:
Isn't this one call only?
https://github.com/llvm/llvm-project/pull/179811
More information about the cfe-commits
mailing list