[PATCH] D118298: [Spill2Reg][1/9] Initial commit. This is boilerplate code.

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 10:24:20 PST 2022


vporpo added a comment.

Yes, a two-tier spilling scheme might make sense for some targets: first spill to consecutive lanes in the vector, and then spill the vectors to memory.  I think though that in x86 it may be a lot trickier to check when this will perform better than standard spills to stack.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118298



More information about the llvm-commits mailing list