[PATCH] D53848: [ARM] Add missing pseudo-instruction for Thumb1 RSBS.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 29 16:22:22 PDT 2018


efriedma created this revision.
efriedma added reviewers: dmgreen, t.p.northover, rogfer01.
Herald added subscribers: chrib, kristof.beyls, javed.absar.

Shows up rarely for 64-bit arithmetic, more frequently for the compare patterns added in r325323.


Repository:
  rL LLVM

https://reviews.llvm.org/D53848

Files:
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  lib/Target/ARM/ARMInstrThumb.td
  test/CodeGen/ARM/and-load-combine.ll
  test/CodeGen/ARM/atomic-cmpxchg.ll
  test/CodeGen/ARM/select-imm.ll
  test/CodeGen/ARM/smml.ll
  test/CodeGen/Thumb/branchless-cmp.ll
  test/CodeGen/Thumb/long-setcc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53848.171606.patch
Type: text/x-patch
Size: 8784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181029/ea4d749e/attachment.bin>


More information about the llvm-commits mailing list