[all-commits] [llvm/llvm-project] bc6096: [mlir][LLVM] Add section attribute to LLVMFuncOp
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Fri Jun 30 07:36:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc6096406c5edbbe177a8c1faab5ada7c729ac03
https://github.com/llvm/llvm-project/commit/bc6096406c5edbbe177a8c1faab5ada7c729ac03
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Target/LLVMIR/Import/function-attributes.ll
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[mlir][LLVM] Add section attribute to LLVMFuncOp
This commit adds an optional section attribute to the `LLVMFuncOp` and
adds import and export functionality for it.
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D154219
More information about the All-commits
mailing list