[clang] [mlir] [CIR] Add tons of function infra, plus a handful of attributes (PR #179811)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 6 07:04:19 PST 2026
================
@@ -2009,6 +2014,11 @@ def LLVM_LLVMFuncOp : LLVM_Op<"func", [
OptionalAttr<StrAttr>:$modular_format,
OptionalAttr<ArrayAttr>:$nobuiltins,
OptionalAttr<DenseI32ArrayAttr>:$allocsize,
+ OptionalAttr<UnitAttr>:$optsize,
+ OptionalAttr<UnitAttr>:$minsize,
+ OptionalAttr<UnitAttr>:$save_reg_params,
----------------
erichkeane wrote:
Here it is: https://github.com/llvm/llvm-project/pull/180209
https://github.com/llvm/llvm-project/pull/179811
More information about the cfe-commits
mailing list