[all-commits] [llvm/llvm-project] f33397: Revert "[mlir][mem2reg] Expose algorithm internals."
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon May 8 06:34:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f333977eb20a0fb1e429195067eb9ebaa5c805b6
https://github.com/llvm/llvm-project/commit/f333977eb20a0fb1e429195067eb9ebaa5c805b6
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/include/mlir/Dialect/MemRef/IR/MemRef.h
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/include/mlir/Interfaces/CMakeLists.txt
A mlir/include/mlir/Interfaces/Mem2RegInterfaces.h
A mlir/include/mlir/Interfaces/Mem2RegInterfaces.td
R mlir/include/mlir/Interfaces/MemorySlotInterfaces.h
R mlir/include/mlir/Interfaces/MemorySlotInterfaces.td
M mlir/include/mlir/Transforms/Mem2Reg.h
M mlir/lib/Dialect/LLVMIR/CMakeLists.txt
A mlir/lib/Dialect/LLVMIR/IR/LLVMMem2Reg.cpp
R mlir/lib/Dialect/LLVMIR/IR/LLVMMemorySlot.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefMem2Reg.cpp
M mlir/lib/Interfaces/CMakeLists.txt
A mlir/lib/Interfaces/Mem2RegInterfaces.cpp
R mlir/lib/Interfaces/MemorySlotInterfaces.cpp
M mlir/lib/Transforms/CMakeLists.txt
M mlir/lib/Transforms/Mem2Reg.cpp
Log Message:
-----------
Revert "[mlir][mem2reg] Expose algorithm internals."
The commit causes build bot failures due to a missing dependencies:
https://buildkite.com/llvm-project/llvm-main/builds/7036#0187fb40-e4b6-4471-a2a0-2820b71c727b
This reverts commit 91cff8a71872cf49f0c5c9e5510f8065bfefa3c3.
More information about the All-commits
mailing list