[clang] [clang] Return larger CXX records in memory (PR #120670)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 21 06:57:49 PST 2024
================
@@ -245,6 +245,7 @@ class LangOptionsBase {
/// construction vtable because it hasn't added 'type' as a substitution.
/// - Skip mangling enclosing class templates of member-like friend
/// function templates.
+ /// - Incorrectly return C++ records in AVX registers.
----------------
phoebewang wrote:
in AVX registers on x86_64.
https://github.com/llvm/llvm-project/pull/120670
More information about the cfe-commits
mailing list