[PATCH] D93160: [X86] Fix variadic argument handling for x32

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 12 08:38:34 PST 2020


RKSimon added a comment.

Its OK to commit the asm.py / update_llc_test_checks.py changes right away to split them from the rest of this patch



================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:31557
+                                               MachineBasicBlock *MBB) const {
   // Emit va_arg instruction on X86-64.
 
----------------
update comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93160



More information about the llvm-commits mailing list