[clang] [clang] Increase alignment for large globals when in the same code object (x86-64) (PR #185487)
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Wed May 6 06:39:27 PDT 2026
zmodem wrote:
Actually I think it's a bug that we apply the "large arrays" alignment on windows: https://github.com/llvm/llvm-project/issues/196071
Which probably makes optimizing this where we can even more important.
https://github.com/llvm/llvm-project/pull/185487
More information about the cfe-commits
mailing list