[PATCH] D25347: [VirtRegRewriter] Eliminate COPYs before re-writing by renaming.

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 15:31:49 PDT 2016


qcolombet added a comment.

Hi Geoff,

Disclaimer: I haven't looked at the patch, just a comment.
I would rather fix the MachineCopyPropagation pass than adding this logic to this pass.

Why aren't we catching those cases in the MachineCopyPropagation pass?

Cheers,
-Quentin


https://reviews.llvm.org/D25347





More information about the llvm-commits mailing list