This is an archive of the discontinued LLVM Phabricator instance.

[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
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.

Diff Detail

Event Timeline

antiagainst created this revision.Feb 24 2020, 10:43 AM
rriddle accepted this revision.Feb 24 2020, 11:05 AM

Thanks Lei!

This revision is now accepted and ready to land.Feb 24 2020, 11:05 AM
This revision was automatically updated to reflect the committed changes.