[all-commits] [llvm/llvm-project] 8e9baa: [mlir][llvm] Add alias and access group info to call.
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Tue May 30 23:56:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e9baa9668e0d8da524ed1c98c2f5f5b0185cf18
https://github.com/llvm/llvm-project/commit/8e9baa9668e0d8da524ed1c98c2f5f5b0185cf18
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/Import/metadata-alias-scopes.ll
M mlir/test/Target/LLVMIR/Import/metadata-loop.ll
M mlir/test/Target/LLVMIR/Import/metadata-tbaa.ll
M mlir/test/Target/LLVMIR/llvmir.mlir
M mlir/test/Target/LLVMIR/loop-metadata.mlir
M mlir/test/Target/LLVMIR/tbaa.mlir
Log Message:
-----------
[mlir][llvm] Add alias and access group info to call.
The revision adds the alias analysis and access group
interfaces to the call operation.
Reviewed By: Dinistro
Differential Revision: https://reviews.llvm.org/D151693
More information about the All-commits
mailing list