[PATCH] D37261: [GlobalISel][X86] Support variadic function call.
Guy Blank via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 01:42:21 PDT 2017
guyblank added inline comments.
================
Comment at: lib/Target/X86/X86CallLowering.cpp:350
+ if (STI.is64Bit() && !IsFixed && !STI.isCallingConvWin64(CallConv)) {
+ // From AMD64 ABI document:
----------------
get rid of IsFixed and just use OrigArg.IsFixed here?
https://reviews.llvm.org/D37261
More information about the llvm-commits
mailing list