[PATCH] D148109: [mlir] Add a generic mem2reg implementation.
Théo Degioanni via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 25 01:41:14 PDT 2023
Moxinilian updated this revision to Diff 516706.
Moxinilian marked 7 inline comments as done.
Moxinilian added a comment.
Address comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148109/new/
https://reviews.llvm.org/D148109
Files:
llvm/include/llvm/ADT/DenseMap.h
mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/include/mlir/Interfaces/CMakeLists.txt
mlir/include/mlir/Interfaces/Mem2RegInterfaces.h
mlir/include/mlir/Interfaces/Mem2RegInterfaces.td
mlir/include/mlir/Transforms/Mem2Reg.h
mlir/include/mlir/Transforms/Passes.h
mlir/include/mlir/Transforms/Passes.td
mlir/lib/Dialect/LLVMIR/CMakeLists.txt
mlir/lib/Dialect/LLVMIR/IR/LLVMMem2Reg.cpp
mlir/lib/Interfaces/CMakeLists.txt
mlir/lib/Interfaces/Mem2RegInterfaces.cpp
mlir/lib/Transforms/CMakeLists.txt
mlir/lib/Transforms/Mem2Reg.cpp
mlir/test/Transforms/mem2reg-llvmir-dbginfo.mlir
mlir/test/Transforms/mem2reg-llvmir.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148109.516706.patch
Type: text/x-patch
Size: 84012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230425/0465f6e1/attachment-0001.bin>
More information about the llvm-commits
mailing list