[PATCH] D69372: [X86][VARARG] Avoid spilling xmm vararg arguments.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 14:29:40 PST 2019


efriedma added a comment.

Is it possible to avoid expanding VARARG_THUNK_SAVE_XMM_REGS until after register allocation?  I would rather not make the liveness rules more complicated just for the sake of working around a limitation of fast regalloc.


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

https://reviews.llvm.org/D69372





More information about the llvm-commits mailing list