This is an archive of the discontinued LLVM Phabricator instance.

Fix debug printing in RegisterPressure.cpp
ClosedPublic

Authored by escha on May 27 2015, 2:41 PM.

Details

Summary

RegisterPressure tracks physical registers by the RegUnit, so it was printing incorrect results for live physical registers.

Diff Detail

Repository
rL LLVM

Event Timeline

escha updated this revision to Diff 26635.May 27 2015, 2:41 PM
escha retitled this revision from to Fix debug printing in RegisterPressure.cpp.
escha updated this object.
escha edited the test plan for this revision. (Show Details)
escha added reviewers: resistor, atrick.
escha set the repository for this revision to rL LLVM.
escha added a subscriber: Unknown Object (MLST).
atrick edited edge metadata.May 27 2015, 2:47 PM

That looks like it’s working. Thanks for the fix!

Andy

escha accepted this revision.May 27 2015, 3:55 PM
escha added a reviewer: escha.
This revision is now accepted and ready to land.May 27 2015, 3:55 PM
escha closed this revision.May 29 2015, 10:22 AM