[PATCH] D71132: PostRA Machine Sink should take care of COPY defining register that is a sub-register by another COPY source operand

Alexander via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 08:42:03 PST 2019


alex-t marked an inline comment as done.
alex-t added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/bisect-post-ra-machine-sink.mir:12
 # RUN-POSTRA: bb.1:
-# RUN-POSTRA: liveins: $w1, $w0
+# RUN-POSTRA: liveins: $w0, $w1
 # RUN-POSTRA: renamable $w19 = COPY killed $w0
----------------
vpykhtin wrote:
> is this really needed?
sortUniqueLiveIns does sort. Hence we're going to have w0 before w1


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71132/new/

https://reviews.llvm.org/D71132





More information about the llvm-commits mailing list