[all-commits] [llvm/llvm-project] b3430e: Revert "[MLIR][SPIRV] Start module combiner"
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Oct 30 08:10:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3430ed05fea95b89013538b1e30bb3656ee7f57
https://github.com/llvm/llvm-project/commit/b3430ed05fea95b89013538b1e30bb3656ee7f57
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
R mlir/include/mlir/Dialect/SPIRV/ModuleCombiner.h
M mlir/lib/Dialect/SPIRV/CMakeLists.txt
R mlir/lib/Dialect/SPIRV/Linking/CMakeLists.txt
R mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/CMakeLists.txt
R mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/ModuleCombiner.cpp
R mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/basic.mlir
R mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/conflict_resolution.mlir
M mlir/test/lib/Dialect/SPIRV/CMakeLists.txt
R mlir/test/lib/Dialect/SPIRV/TestModuleCombiner.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
Revert "[MLIR][SPIRV] Start module combiner"
This reverts commit 316593ce839f05af936e705182747743e4638f3c.
Build is broken with:
TestModuleCombiner.cpp:(.text._ZN12_GLOBAL__N_122TestModuleCombinerPass14runOnOperationEv+0x195): undefined reference to `mlir::spirv::combine(llvm::MutableArrayRef<mlir::spirv::ModuleOp>, mlir::OpBuilder&, llvm::function_ref<void (mlir::spirv::ModuleOp, llvm::StringRef, llvm::StringRef)>)'
More information about the All-commits
mailing list