You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On s390, this causes a warning from codegen, because ptr_align is not "naturally aligned".
This was introduced in https://reviews.llvm.org/D143813.
Is the correct alignment for 128bit integers 8 byte or 16 byte on s390? Is the __builtin_assume_aligned being propagated and considered for the diagnostic or not?