SelectT2ShifterOperandReg has identical behaviour to SelectImmShifterOperand, so get rid of it and use SelectImmShifterOperand instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D12195
[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
Event Timelinejohn.brawn updated this object. john.brawn added a child revision: D12196: [ARM] Extract shifts out of multiply-by-constant.Aug 20 2015, 8:39 AM This revision is now accepted and ready to land.Sep 3 2015, 1:58 AM Closed by commit rL246962: [ARM] Get rid of SelectT2ShifterOperandReg, NFC (authored by john.brawn). · Explain WhySep 7 2015, 4:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34147 llvm/trunk/lib/Target/ARM/ARMISelDAGToDAG.cpp
llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td
|