[PATCH] D48102: Improve handling of COPY instructions with identical value numbers

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 02:25:43 PDT 2018


tpr accepted this revision.
tpr added a comment.
This revision is now accepted and ready to land.

Yes, that works for me thanks on my larger test case.



================
Comment at: lib/CodeGen/RegisterCoalescer.cpp:2454
+  // Avoid this case when there are subregs, as it can result in an incorrect
+  // subreg live range.
+  //
----------------
Did you mean to leave this comment from my change in?


Repository:
  rL LLVM

https://reviews.llvm.org/D48102





More information about the llvm-commits mailing list