[llvm-dev] Passing arguments to var args function

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Wed Aug 8 06:49:40 PDT 2018


On Wed, 8 Aug 2018 at 14:42, Liad Mordekoviz
<liad.mordekoviz at nextsilicon.com> wrote:
> I was wondering how the community would accept a change in the TD,
> if the code at CallinvConvLower.cpp:138 would've passed the IsFixed flag to the AssignFn then all those workarounds wouldn't be needed,

I think that would be a pretty good idea. I suspect the main reason it
wasn't done for AArch64 is that the backend was secret at the time and
Jim wanted to minimize merge conflicts.

Cheers.

Tim.


More information about the llvm-dev mailing list