[PATCH] D80163: [X86][VARARG] Avoid spilling xmm registers for va_start.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 15:03:58 PDT 2020


efriedma added a comment.

@RKSimon The general approach of using a pseudo to hide the control flow until after register allocation seems fine.  I'm not going to try to review the exact instruction sequences.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80163



More information about the llvm-commits mailing list