[PATCH] D131932: Do not count identity copies for register allocation costs
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 17:44:48 PDT 2022
MatzeB added a comment.
Thinking about this some more, we should start counting `COPY`s from PhysReg->VirtReg and VirtReg->PhysReg though then registers don't match... Will adapt this...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131932/new/
https://reviews.llvm.org/D131932
More information about the llvm-commits
mailing list