[PATCH] D35008: [AArch64] Produce the right kind of va_arg for windows

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 6 03:42:12 PDT 2017


mstorsjo marked an inline comment as done.
mstorsjo added inline comments.


================
Comment at: lib/CodeGen/TargetInfo.cpp:4769
     DarwinPCS
   };
 
----------------
efriedma wrote:
> Can we extend ABIKind rather than adding a separate boolean?
Sure. I was afraid there was a lot of checks like `Kind == AAPCS` which would need to be changed into `Kind == AAPCS || Kind == Win64`, but it didn't turn out to be an issue.


https://reviews.llvm.org/D35008





More information about the cfe-commits mailing list