Revert "[MLIR][SPIRV] Start module combiner"
authorMehdi Amini <joker.eph@gmail.com>
Fri, 30 Oct 2020 15:09:09 +0000 (15:09 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Fri, 30 Oct 2020 15:09:21 +0000 (15:09 +0000)
commitb3430ed05fea95b89013538b1e30bb3656ee7f57
tree3db2803ed68f9f071affddd2fd693e65e1385922
parent87c27e67bf657cb168d1d257286eee6fc951cf94
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)>)'
mlir/include/mlir/Dialect/SPIRV/ModuleCombiner.h [deleted file]
mlir/lib/Dialect/SPIRV/CMakeLists.txt
mlir/lib/Dialect/SPIRV/Linking/CMakeLists.txt [deleted file]
mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/CMakeLists.txt [deleted file]
mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/ModuleCombiner.cpp [deleted file]
mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/basic.mlir [deleted file]
mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/conflict_resolution.mlir [deleted file]
mlir/test/lib/Dialect/SPIRV/CMakeLists.txt
mlir/test/lib/Dialect/SPIRV/TestModuleCombiner.cpp [deleted file]
mlir/tools/mlir-opt/mlir-opt.cpp