For the ARM hard-float calling convention, calls to variadic functions need to be treated differently, even if only the fixed arguments are provided.
This fixes GCC-C-execute-pr68390 in the test-suite, which is failing on the ARM GlobaISel bot.
Differential D94167
[ARM][GISel] Treat calls as variadic even if only fixed arguments provided ostannard on Wed, Jan 6, 4:18 AM. Authored by
Details
For the ARM hard-float calling convention, calls to variadic functions need to be treated differently, even if only the fixed arguments are provided. This fixes GCC-C-execute-pr68390 in the test-suite, which is failing on the ARM GlobaISel bot.
Diff Detail
|