[PATCH] D100890: [AArch64] Fix calling windows varargs with floats in fixed args from non-windows functions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 17:10:53 PDT 2021


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp:267
+
+  const AArch64Subtarget &Subtarget;
 };
----------------
You technically could get this from the function in the builder, but this is fine


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100890



More information about the llvm-commits mailing list