[all-commits] [llvm/llvm-project] 10417b: [mlir][LLVM] Add unnamed_addr to LLVMFuncOp
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Mon Jul 3 22:51:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10417b1359c2ba7cde2c40e61530f7de30b6d199
https://github.com/llvm/llvm-project/commit/10417b1359c2ba7cde2c40e61530f7de30b6d199
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Dialect/LLVMIR/func.mlir
M mlir/test/Target/LLVMIR/Import/function-attributes.ll
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[mlir][LLVM] Add unnamed_addr to LLVMFuncOp
This commit adds LLVM's unnamed_addr enum to LLVMFuncOp.
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D154360
More information about the All-commits
mailing list