[all-commits] [llvm/llvm-project] 8e0f2e: [clang] [AArch64] Fix handling of HFAs passed to W...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Apr 15 12:22:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e0f2e89ff951c74875ed751e2215cc263b33328
https://github.com/llvm/llvm-project/commit/8e0f2e89ff951c74875ed751e2215cc263b33328
Author: Martin Storsjö <martin at martin.st>
Date: 2021-04-15 (Thu, 15 Apr 2021)
Changed paths:
M clang/lib/CodeGen/TargetInfo.cpp
M clang/test/CodeGen/ms_abi_aarch64.c
Log Message:
-----------
[clang] [AArch64] Fix handling of HFAs passed to Windows variadic functions
The documentation says that for variadic functions, all composites
are treated similarly, no special handling of HFAs/HVAs, not even
for the fixed arguments of a variadic function.
Differential Revision: https://reviews.llvm.org/D100467
More information about the All-commits
mailing list