[all-commits] [llvm/llvm-project] c476be: [mlir][LLVMIR] Add `sym_name` attribute to LLVMFun...
Jeff Niu via All-commits
all-commits at lists.llvm.org
Tue Aug 23 10:02:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c476be5ca4f3726afe0ecb61551ecd33f2fd89b9
https://github.com/llvm/llvm-project/commit/c476be5ca4f3726afe0ecb61551ecd33f2fd89b9
Author: Jeff Niu <jeff at modular.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
Log Message:
-----------
[mlir][LLVMIR] Add `sym_name` attribute to LLVMFuncOp in ODS
This is a required attribute for FunctionOpInterface. Add an ODS
definition so that a more efficient accessor is generated.
More information about the All-commits
mailing list