[PATCH] D74452: [MS] Mark vectorcall FP and vector args inreg

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 17:14:14 PST 2020


rnk created this revision.
rnk added reviewers: craig.topper, erichkeane.
Herald added a project: clang.

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 <https://reviews.llvm.org/D72114>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74452

Files:
  clang/lib/CodeGen/TargetInfo.cpp
  clang/test/CodeGen/vectorcall.c
  clang/test/CodeGenCXX/inalloca-vector.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74452.244037.patch
Type: text/x-patch
Size: 9241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200212/bf2d9d3f/attachment.bin>


More information about the cfe-commits mailing list