From the release notes (<a href="https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html#changes-to-the-llvm-ir" rel="nofollow">https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html#chan...</a>):<p><i>“The maximum allowed alignment has been increased from 2^29 to 2^32”</i><p>Does that mean you can now align structure fields to 4 gigabyte boundaries, while previously, that was ‘only’ 512 megabytes? If so, who needs that?