This is an archive of the discontinued LLVM Phabricator instance.

MIRParser/MachineFuncProperties: Rename AllVRegsAllocated->NoVRegs, compute it
ClosedPublic

Authored by MatzeB on Aug 24 2016, 1:17 PM.

Details

Summary

Rename AllVRegsAllocated to NoVRegs. This avoids the connotation of
running after register and simply describes that no vregs are used in
a machine function. With that we can simply compute the property and do
not need to print/parse them in .mir files.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 69160.Aug 24 2016, 1:17 PM
MatzeB retitled this revision from to MIRParser/MachineFuncProperties: Rename AllVRegsAllocated->NoVRegs, compute it.
MatzeB updated this object.
MatzeB added reviewers: qcolombet, dexonsmith.
MatzeB set the repository for this revision to rL LLVM.
MatzeB added a subscriber: llvm-commits.
MatzeB updated this object.Aug 24 2016, 1:22 PM
qcolombet accepted this revision.Aug 24 2016, 5:47 PM
qcolombet edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 24 2016, 5:47 PM
This revision was automatically updated to reflect the committed changes.