[PATCH] D27990: [Thumb] Add support for tMUL in the compare instruction peephole optimizer

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 08:22:13 PST 2017


SjoerdMeijer updated this revision to Diff 84559.
SjoerdMeijer added a comment.

Thanks for reviewing again. I have fixed the typos in the comments, changed the variable name, and modified the test case. Regarding the predicated MOVs I have taken a slightly different approach. Since we only want to do this peephole optimisation for Thumb1, I first check that the instruction is actually a Thumb1 instruction. And because Thumb1 does not have conditional movs, we can safely omit the isPredicated check (testing shows no issues).


https://reviews.llvm.org/D27990

Files:
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  test/CodeGen/ARM/cmp1-peephole-thumb.mir
  test/CodeGen/ARM/cmp2-peephole-thumb.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27990.84559.patch
Type: text/x-patch
Size: 18701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170116/0bfd0e1c/attachment.bin>


More information about the llvm-commits mailing list