[clang] [clang] Limit alignment for emitted vectors (PR #98629)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 15 08:35:09 PDT 2024
================
@@ -133,6 +133,7 @@ struct TransferrableTargetInfo {
unsigned short SuitableAlign;
unsigned short NewAlign;
unsigned MaxVectorAlign;
----------------
Fznamznon wrote:
I'm not sure it will? With only modifying base TargetInfo clang will continue emit LLVM IR where giant vectors are returned directly, this code fails the verification.
https://github.com/llvm/llvm-project/pull/98629
More information about the cfe-commits
mailing list