This is an archive of the discontinued LLVM Phabricator instance.

[ARM] CodeGen: New helpers for getting pred/CC operands. NFC
ClosedPublic

Authored by rovka on Jan 11 2017, 4:28 AM.

Details

Summary

Add helpers that create MachineOperands for predicates / condition code results
needed by instructions in the ARM backend. These are intended to replace the
AddDefaultPred/AddDefaultCC helpers.

Patches removing AddDefaultPred/CC follow. I can squash them before committing,
but I thought it would be easier to review this way.

Diff Detail

Event Timeline

rovka updated this revision to Diff 83953.Jan 11 2017, 4:28 AM
rovka retitled this revision from to [ARM] CodeGen: New helpers for getting pred/CC operands. NFC.
rovka updated this object.
rovka added reviewers: MatzeB, kristof.beyls.
rovka added a subscriber: llvm-commits.
MatzeB accepted this revision.Jan 11 2017, 9:23 AM
MatzeB edited edge metadata.

LGTM.
As you proposed I would squash this with D28555 before committing.

This revision is now accepted and ready to land.Jan 11 2017, 9:23 AM
rovka closed this revision.Jan 13 2017, 1:51 AM

Squashed with D28555. Thanks for reviewing!