[PATCH] D58281: [ARM] Add some more missing T1 opcodes for the peephole optimisier

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 15 06:38:47 PST 2019


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

As pointed out in D57833 <https://reviews.llvm.org/D57833>, we can add a few extra Thumb1 opcodes
to the peephole optimisers ability to remove CMP instructions.


https://reviews.llvm.org/D58281

Files:
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  test/CodeGen/ARM/arm-and-tst-peephole.ll
  test/CodeGen/Thumb/peephole-mi.mir
  test/CodeGen/Thumb/umulo-128-legalisation-lowering.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58281.187007.patch
Type: text/x-patch
Size: 13329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190215/231a0bc9/attachment.bin>


More information about the llvm-commits mailing list