[PATCH] D17475: MachineCopyPropagation: Catch copies of the form A<-B; A<-B

Jun Bum Lim via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 10:05:25 PST 2016


junbuml added a comment.

  I’d rather not start messing with reserved registers in a generic way.
  If you want to catch your example, maybe this is something you can teach in the AArch64RedundantCopyElimination pass.

Make sense to me.


Repository:
  rL LLVM

http://reviews.llvm.org/D17475





More information about the llvm-commits mailing list