This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Improve gtest usage
ClosedPublic

Authored by arsenm on Feb 3 2019, 7:04 AM.

Details

Summary

Don't unnecessarily use ASSERT_*, and print the MachineFunction
on failure.

Diff Detail

Event Timeline

arsenm created this revision.Feb 3 2019, 7:04 AM
aditya_nandakumar accepted this revision.Feb 4 2019, 6:56 AM
This revision is now accepted and ready to land.Feb 4 2019, 6:56 AM

Please include the changes to CSETest.cpp in https://reviews.llvm.org/D57651 here instead and commit. Thanks

arsenm closed this revision.Feb 4 2019, 10:58 AM

r353072