This is an archive of the discontinued LLVM Phabricator instance.

MachineVerifier: Move verification of G_* instructions to function
ClosedPublic

Authored by arsenm on Jan 31 2019, 10:44 AM.

Diff Detail

Event Timeline

arsenm created this revision.Jan 31 2019, 10:44 AM
arsenm updated this revision to Diff 184572.Jan 31 2019, 12:30 PM

Don't move copy

paquette added inline comments.Feb 4 2019, 2:53 PM
lib/CodeGen/MachineVerifier.cpp
1358

Can we just return here?

Then we can pull everything else out of the else.

arsenm updated this revision to Diff 185171.Feb 4 2019, 3:11 PM

Use early return

paquette accepted this revision.Feb 4 2019, 3:14 PM

LGTM

This revision is now accepted and ready to land.Feb 4 2019, 3:14 PM
arsenm closed this revision.Feb 4 2019, 3:29 PM

r353111