llvm-project/mlir/test/lib/Dialect/SPIRV
Lei Zhang 23326b9f17 [mlir][spirv] Fix a few issues in ModuleCombiner
- Fixed symbol insertion into `symNameToModuleMap`. Insertion
  needs to happen whether symbols are renamed or not.
- Added check for the VCE triple and avoid dropping it.
- Disabled function deduplication. It requires more careful
  rules. Right now it can remove different functions.
- Added tests for symbol rename listener.
- And some other code/comment cleanups.

Reviewed By: ergawy

Differential Revision: https://reviews.llvm.org/D106886
2021-07-28 10:31:01 -04:00
..
CMakeLists.txt [MLIR] Split out GPU ops library from Transforms 2021-07-07 11:26:49 +05:30
TestAvailability.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestEntryPointAbi.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestGLSLCanonicalization.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestModuleCombiner.cpp [mlir][spirv] Fix a few issues in ModuleCombiner 2021-07-28 10:31:01 -04:00