This is an archive of the discontinued LLVM Phabricator instance.

MachineVerifier: Fix printing nonsense for physical registers
ClosedPublic

Authored by arsenm on Jul 22 2016, 8:18 PM.

Details

Reviewers
MatzeB

Diff Detail

Event Timeline

arsenm updated this revision to Diff 65211.Jul 22 2016, 8:18 PM
arsenm retitled this revision from to MachineVerifier: Fix printing nonsense for physical registers.
arsenm updated this object.
arsenm added a reviewer: MatzeB.
arsenm added a subscriber: llvm-commits.
MatzeB accepted this revision.Jul 22 2016, 8:20 PM
MatzeB edited edge metadata.

LGTM.

lib/CodeGen/MachineVerifier.cpp
480

Could you rename that parameter from Reg to something like VRegUnit?

This revision is now accepted and ready to land.Jul 22 2016, 8:20 PM
arsenm closed this revision.Jul 25 2016, 12:47 PM

r276677