This is an archive of the discontinued LLVM Phabricator instance.

[MachineVerifier] Include offending register in allocatable live-in error msg.
ClosedPublic

Authored by fhahn on Dec 20 2018, 12:17 PM.

Details

Summary

This patch adds a convenience report() method for physical registers and
uses it to print the offending register with the 'MBB has allocatable
live-in' error.

Diff Detail

Repository
rL LLVM

Event Timeline

fhahn created this revision.Dec 20 2018, 12:17 PM
dsanders accepted this revision.Jan 7 2019, 2:12 PM

LGTM

This revision is now accepted and ready to land.Jan 7 2019, 2:12 PM
This revision was automatically updated to reflect the committed changes.