[PATCH] D29522: MachineCopyPropagation: Respect implicit operands of COPY

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 16:52:38 PST 2017


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

LGTM.
Nitpicks below



================
Comment at: lib/CodeGen/MachineCopyPropagation.cpp:234
         }
       }
 
----------------
This block could use the ReadRegister helper as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D29522





More information about the llvm-commits mailing list