[PATCH] D30648: In Thumb1, materialize a move between low registers as a `movs`, if CPSR isn't live.

A. Skrobov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 05:56:47 PST 2017


tyomitch created this revision.
Herald added a subscriber: rengolin.

Previously, it had always been materialized as a push/pop sequence.


https://reviews.llvm.org/D30648

Files:
  lib/Target/ARM/Thumb1InstrInfo.cpp
  test/CodeGen/ARM/arm-and-tst-peephole.ll
  test/CodeGen/ARM/atomic-cmpxchg.ll
  test/CodeGen/Thumb/copy_thumb.ll
  test/CodeGen/Thumb/thumb-shrink-wrapping.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30648.90685.patch
Type: text/x-patch
Size: 4453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170306/7ff51dce/attachment.bin>


More information about the llvm-commits mailing list