Previously C++ test passes for SPIR-V were put under
test/Dialect/SPIRV. Move them to test/lib/Dialect/SPIRV
to create a better structure.
Also fixed one of the test pass to use new
PassRegistration mechanism.
Paths
| Differential D75066
[mlir][spirv] NFC: Move test passes to test/lib ClosedPublic Authored by antiagainst on Feb 24 2020, 10:43 AM.
Details Summary Previously C++ test passes for SPIR-V were put under Also fixed one of the test pass to use new
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 24 2020, 11:05 AM Closed by commit rG8358ddbe5d32: [mlir][spirv] NFC: Move test passes to test/lib (authored by antiagainst). · Explain WhyFeb 24 2020, 11:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 246267 mlir/test/CMakeLists.txt
mlir/test/Dialect/SPIRV/CMakeLists.txt
mlir/test/Dialect/SPIRV/TestAvailability.cpp
mlir/test/lib/CMakeLists.txt
mlir/test/lib/Dialect/CMakeLists.txt
mlir/test/lib/Dialect/SPIRV/CMakeLists.txt
mlir/test/lib/Dialect/SPIRV/TestAvailability.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
|