[all-commits] [llvm/llvm-project] 521205: Reland "[mlir][LLVM] Add all LLVM parameter attrib...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Tue Jan 31 00:12:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5212058405ba9ed1292920f075c2ae06f67cc5f7
https://github.com/llvm/llvm-project/commit/5212058405ba9ed1292920f075c2ae06f67cc5f7
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
A mlir/lib/Target/LLVMIR/AttrKindDetail.h
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Dialect/LLVMIR/parameter-attrs-invalid.mlir
M mlir/test/Target/LLVMIR/Import/function-attributes.ll
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
Reland "[mlir][LLVM] Add all LLVM parameter attributes"
This change was reverted because it introduced a linking issue due to
duplicated symbols. Making sure that the detail helper only has a static
header implementation fixes this issue.
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D142635
More information about the All-commits
mailing list