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

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 15 08:13:18 PDT 2024


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

I think set `MaxVectorAlign = 2^14` in base TargetInfo only should solve the problem and won't result in test case failure.

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


More information about the cfe-commits mailing list