This is an archive of the discontinued LLVM Phabricator instance.

Try to organize MachineVerifier tests
ClosedPublic

Authored by arsenm on Feb 14 2019, 3:19 PM.

Details

Summary

The Verifier is separate from the MachineVerifier, so move it to a
different directory. Some other verifier tests were scattered in
target codegen tests as well (although I'm sure I missed some). Work
towards using a more consistent naming scheme to make it clearer where
the gaps still are for generic instructions.

Diff Detail

Event Timeline

arsenm created this revision.Feb 14 2019, 3:19 PM

LGTM. Thanks for this change.

This revision is now accepted and ready to land.Feb 15 2019, 6:58 AM
arsenm closed this revision.Feb 15 2019, 7:37 AM

r354138