[PATCH] D75903: [AArch64][CodeGen] Fixing stack alignment of HFA arguments on AArch64 PCS

Lucas Prates via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 09:37:18 PDT 2020


pratlucas added a comment.

I believe rule B.2 from the AAPCS64 should take precedence over rule B.5 for HFA arguments:

  B.2	If the argument type is an HFA or an HVA, then the argument is used unmodified.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75903





More information about the llvm-commits mailing list