[all-commits] [llvm/llvm-project] 1142ea: Revert "[MLIR][SPIRV] Start module combiner."
Geoffrey Martin-Noble via All-commits
all-commits at lists.llvm.org
Fri Oct 30 13:35:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1142eaed9d4e31aa10584f2755a350970495002f
https://github.com/llvm/llvm-project/commit/1142eaed9d4e31aa10584f2755a350970495002f
Author: Geoffrey Martin-Noble <gcmn at google.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 27324f28552d0c66e8b28efd9c15820e5f246619.
Shared libs build is broken linking lib/libMLIRSPIRVModuleCombiner.so:
```
ModuleCombiner.cpp:
undefined reference to `mlir::spirv::ModuleOp::addressing_model()
```
https://buildkite.com/mlir/mlir-core/builds/8988#e3d966b9-ea43-492e-a192-b28e71e9a15b
More information about the All-commits
mailing list