[PATCH] D87939: [PeepholeOptimizer] Enhance the redundant COPY elimination.
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 12:12:31 PDT 2020
qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.
> It does improve the original by considering the COPY from the same subreg.
I see. Previously we would have stopped on the first non-subreg copy.
Makes sense.
Thanks for taking the time to explain it.
Make sure the commit message explains all this. LGTM otherwise.
Cheers,
-Quentin
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87939/new/
https://reviews.llvm.org/D87939
More information about the llvm-commits
mailing list