This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Get rid of SelectT2ShifterOperandReg, NFC
ClosedPublic

Authored by john.brawn on Aug 20 2015, 8:36 AM.

Details

Summary

SelectT2ShifterOperandReg has identical behaviour to SelectImmShifterOperand, so get rid of it and use SelectImmShifterOperand instead.

Diff Detail

Repository
rL LLVM

Event Timeline

john.brawn updated this revision to Diff 32696.Aug 20 2015, 8:36 AM
john.brawn retitled this revision from to [ARM] Get rid of SelectT2ShifterOperandReg, NFC.
john.brawn updated this object.
john.brawn added reviewers: t.p.northover, rengolin.
john.brawn set the repository for this revision to rL LLVM.
john.brawn added a subscriber: llvm-commits.
rengolin accepted this revision.Sep 3 2015, 1:58 AM
rengolin edited edge metadata.

LGTM, thanks!

This revision is now accepted and ready to land.Sep 3 2015, 1:58 AM
This revision was automatically updated to reflect the committed changes.