[clang] [clang] Limit alignment for emitted vectors (PR #98629)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 16 10:03:15 PDT 2024


https://github.com/efriedma-quic commented:

What's the relationship between the max vector alignment, and choosing whether to return a vector directly?  As long as clang isn't emitting the byval attribute, I don't think it's the frontend's problem.

https://github.com/llvm/llvm-project/pull/98629


More information about the cfe-commits mailing list