[PATCH] D45817: [PostRASink] extend the live-in check for all aliased registers

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 07:18:33 PDT 2018


junbuml created this revision.
junbuml added reviewers: thegameg, mcrosier, MatzeB, qcolombet, sebpop, gberry.
Herald added a subscriber: javed.absar.

Extend the live-in check for all aliased registers so that we can
allow sinking Copy instructions even when only implicit def is in successor's
live-in.


https://reviews.llvm.org/D45817

Files:
  lib/CodeGen/MachineSink.cpp
  test/CodeGen/AArch64/post-ra-machine-sink.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45817.143091.patch
Type: text/x-patch
Size: 3566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180419/6699ae94/attachment.bin>


More information about the llvm-commits mailing list