[PATCH] D123394: [CodeGen] Late cleanup of redundant address/immediate definitions.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 12:35:32 PDT 2022
efriedma added a comment.
Have you compared your approach to LocalStackSlotAllocation? That's doing something sort of similar, but earlier in the pass pipeline. Not sure if that covers exactly the same cases as this patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123394/new/
https://reviews.llvm.org/D123394
More information about the llvm-commits
mailing list