The existing Thumb2 ADD narrowing misses cases involving the PC. This patch adds them.
Depends on http://reviews.llvm.org/D11054 and http://reviews.llvm.org/D11053.
Paths
| Differential D11055
[ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2 operand ClosedPublic Authored by scott-0 on Jul 9 2015, 3:27 AM.
Details Summary The existing Thumb2 ADD narrowing misses cases involving the PC. This patch adds them. Depends on http://reviews.llvm.org/D11054 and http://reviews.llvm.org/D11053.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 9 2015, 3:40 AM Closed by commit rL241800: [ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2 (authored by scott-0). · Explain WhyJul 9 2015, 7:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29309 lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/thumb2-narrow-dp.ll
|
This comment could be moved down with the code...