[all-commits] [llvm/llvm-project] 56d94a: [mlir][llvm] Add experimental alias scope decl int...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Wed Mar 22 02:26:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56d94a90dbbf1845ec71cd749691c74c1dd8a3ef
https://github.com/llvm/llvm-project/commit/56d94a90dbbf1845ec71cd749691c74c1dd8a3ef
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
M mlir/include/mlir/Target/LLVMIR/ModuleImport.h
M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Dialect/LLVMIR/roundtrip.mlir
M mlir/test/Target/LLVMIR/Import/import-failure.ll
M mlir/test/Target/LLVMIR/Import/metadata-alias-scopes.ll
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[mlir][llvm] Add experimental alias scope decl intrinsic.
The revision adds the llvm.experimental.noalias.scope.decl intrinsic
to the LLVM dialect and updates the import and export accordingly.
Reviewed By: Dinistro
Differential Revision: https://reviews.llvm.org/D146504
More information about the All-commits
mailing list