This patch allows to emit thumb2 add and sub
instructions with 12 bit immediates in the
emitT2RegPlusImmediate function.
- Splitting parts of the D70680
Paths
| Differential D71361
[ARM][THUMB2] Allow emitting T3 types of add and sub ClosedPublic Authored by dnsampaio on Dec 11 2019, 8:08 AM.
Details Summary This patch allows to emit thumb2 add and sub
Diff Detail
Event Timelinednsampaio retitled this revision from [THUMB] Allow thumb2 emit T3 type add and sub to [ARM][THUMB2] Allow emitting T3 types of add and sub.Dec 11 2019, 8:26 AM efriedma added inline comments. dnsampaio marked 2 inline comments as done. Comment ActionsAdded mir test. This revision is now accepted and ready to land.Dec 16 2019, 12:27 PM Closed by commit rG8232497c313e: [ARM][THUMB2] Allow emitting T3 types of add and sub (authored by Diogo Sampaio <diogo.sampaio@arm.com>). · Explain WhyDec 30 2019, 3:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 235574 llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
llvm/test/CodeGen/MIR/ARM/thumb2-sub-sp-t3.mir
llvm/test/CodeGen/Thumb2/large-call.ll
llvm/test/CodeGen/Thumb2/mve-stacksplot.mir
|
Whitespace.