[all-commits] [llvm/llvm-project] 8358dd: [mlir][spirv] NFC: Move test passes to test/lib
Lei Zhang via All-commits
all-commits at lists.llvm.org
Mon Feb 24 11:17:08 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8358ddbe5d32d9aaa371b3de69f4efabf309b450
https://github.com/llvm/llvm-project/commit/8358ddbe5d32d9aaa371b3de69f4efabf309b450
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M mlir/test/CMakeLists.txt
R mlir/test/Dialect/CMakeLists.txt
R mlir/test/Dialect/SPIRV/CMakeLists.txt
R mlir/test/Dialect/SPIRV/TestAvailability.cpp
M mlir/test/lib/CMakeLists.txt
A mlir/test/lib/Dialect/CMakeLists.txt
A mlir/test/lib/Dialect/SPIRV/CMakeLists.txt
A mlir/test/lib/Dialect/SPIRV/TestAvailability.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
[mlir][spirv] NFC: Move test passes to test/lib
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.
Differential Revision: https://reviews.llvm.org/D75066
More information about the All-commits
mailing list