[all-commits] [llvm/llvm-project] 2aff7f: [mlir][LLVM] Add !invariant.load metadata support ...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Thu Jan 4 07:33:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2aff7f39199f214ee606e4e18a8eba178ffe0d94
https://github.com/llvm/llvm-project/commit/2aff7f39199f214ee606e4e18a8eba178ffe0d94
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/test/Dialect/LLVMIR/roundtrip.mlir
M mlir/test/Target/LLVMIR/Import/instructions.ll
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[mlir][LLVM] Add !invariant.load metadata support to llvm.load (#76754)
Add support for !invariant.load metadata (by way of a unit attribute) to
the MLIR representation of llvm.load.
More information about the All-commits
mailing list