[PATCH] D11057: [ARM] Thumb1 3 to 2 operand convertion for commutative operations

scott douglass sdouglass at arm.com
Thu Jul 9 03:36:57 PDT 2015


scott-0 created this revision.
scott-0 added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.

Implements transformations like 'adcs    r0, r1, r0' => 'adcs    r0, r1' that are already done for Thumb2 targets.

http://reviews.llvm.org/D11057

Files:
  lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  test/MC/ARM/thumb2-narrow-dp.ll
  test/MC/ARM/thumb_rewrites.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11057.29311.patch
Type: text/x-patch
Size: 4004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150709/1c5fd75a/attachment.bin>


More information about the llvm-commits mailing list