[PATCH] D49464: [COFF, ARM64] Mark only POD-type returns as SRET
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 23 16:59:38 PDT 2018
rnk added inline comments.
================
Comment at: include/clang/CodeGen/CGFunctionInfo.h:521-523
+ /// Whether the SRet attribute should be suppressed for this function.
+ unsigned SuppressSRet : 1;
+
----------------
This should be a member of the ABIArgInfo, not CGFunctionInfo.
https://reviews.llvm.org/D49464
More information about the llvm-commits
mailing list