[PATCH] D72114: [MS] Overhaul how clang passes overaligned args on x86_32

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 3 06:47:20 PST 2020


erichkeane added a comment.

I think this is alright, I want @ctopper to take a look before I approve it though.  Additionally, do you know if this modifies the regcall calling convention at all?  Should it?



================
Comment at: clang/test/CodeGenCXX/inalloca-vector.cpp:71
+// CHECK-LABEL: define dso_local x86_vectorcallcc void @"?vectorcall_receive_vec@@Y{{[^"]*}}"
+// CHECKX-SAME: (double inreg %xmm0,
+// CHECKX-SAME: double inreg %xmm1,
----------------
Are all the checks hre on out disabled for a reason?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72114/new/

https://reviews.llvm.org/D72114





More information about the cfe-commits mailing list