This is an archive of the discontinued LLVM Phabricator instance.

[MS] Mark vectorcall FP and vector args inreg
ClosedPublic

Authored by rnk on Feb 11 2020, 5:11 PM.

Details

Summary

This has no effect on how LLVM passes the arguments, but it prevents
rewriteWithInAlloca from thinking that these parameters should be part
of the inalloca pack.

Follow-up to D72114

Diff Detail

Event Timeline

rnk created this revision.Feb 11 2020, 5:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2020, 5:11 PM
rnk updated this revision to Diff 245490.Feb 19 2020, 12:47 PM
  • rebase
erichkeane accepted this revision.Feb 19 2020, 12:54 PM
This revision is now accepted and ready to land.Feb 19 2020, 12:54 PM
This revision was automatically updated to reflect the committed changes.