[PATCH] D109423: [PowerPC] Reduce number of virtual registers used when eliminating frameindex

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 19:31:38 PDT 2021


lkail added a comment.

> Can you please describe why this change is desired?

When I work on https://reviews.llvm.org/D107886, I observe there are duplicated codes in PPCFrameLowering and PPCRegisterInfo to materialize immediates. I implemented a routine to get it work https://reviews.llvm.org/D107886#C2797592NL3233. I realized it also applies to virtual registers in non-SSA form. Before applying the routine mentioned above, I have to refactor this part of code a bit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109423/new/

https://reviews.llvm.org/D109423



More information about the llvm-commits mailing list