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

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 22:44:08 PDT 2024


================
@@ -133,6 +133,7 @@ struct TransferrableTargetInfo {
   unsigned short SuitableAlign;
   unsigned short NewAlign;
   unsigned MaxVectorAlign;
----------------
efriedma-quic wrote:

It's used in the same ASTContext code that's modified by this patch.  Probably fine to adjust it for x86.

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


More information about the cfe-commits mailing list