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
Paths
| Differential D74452
[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 Follow-up to D72114
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 19 2020, 12:54 PM Closed by commit rG0edb2129258c: [MS] Mark vectorcall FP and vector args inreg (authored by rnk). · Explain WhyFeb 19 2020, 4:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 245558 clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGen/vectorcall.c
clang/test/CodeGenCXX/inalloca-vector.cpp
|