[PATCH] D100374: [clang] [AArch64] Fix Windows va_arg handling for larger structs

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 13 12:47:41 PDT 2021


rnk added inline comments.


================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:6106
     uint64_t Members = 0;
     IsIndirect = !isHomogeneousAggregate(Ty, Base, Members);
   }
----------------
Do we need to worry about H[VF]As passed to variadic functions, or is there a special case when passing those to variadics?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100374



More information about the cfe-commits mailing list