This is an archive of the discontinued LLVM Phabricator instance.

[ARM][GISel] Treat calls as variadic even if only fixed arguments provided
ClosedPublic

Authored by ostannard on Jan 6 2021, 4:18 AM.

Details

Summary

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

Event Timeline

ostannard created this revision.Jan 6 2021, 4:18 AM
ostannard requested review of this revision.Jan 6 2021, 4:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2021, 4:18 AM
yroux accepted this revision.Jan 14 2021, 11:41 PM

LGTM

This revision is now accepted and ready to land.Jan 14 2021, 11:41 PM