[all-commits] [llvm/llvm-project] 240c6f: [mlir][llvm] Improve LoadOp and StoreOp import.
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Sun Feb 12 23:56:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 240c6f2643991b1fe69c03ddcc8be0104e699327
https://github.com/llvm/llvm-project/commit/240c6f2643991b1fe69c03ddcc8be0104e699327
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/test/Target/LLVMIR/Import/instructions.ll
M mlir/test/Target/LLVMIR/Import/metadata-loop.ll
Log Message:
-----------
[mlir][llvm] Improve LoadOp and StoreOp import.
The revision supports importing the volatile keyword and nontemporal
metadata for the LoadOp and StoreOp. Additionally, it updates the
builders and uses an assembly format for printing and parsing.
The operation type still requires custom parse and print methods
due to the current handling of typed and opaque pointers.
Reviewed By: Dinistro
Differential Revision: https://reviews.llvm.org/D143714
More information about the All-commits
mailing list