Files
clang-p2996/llvm/lib/Transforms/IPO/GlobalOpt.cpp
Bruno De Fraine 20d8f8ca1a [GlobalOpt] Fix global SRA incorrect alignment on some elements (#115328)
The logic had a flaw where the alignment from the original aggregate is
unintentionally retained for elements when the calculated known
alignment is not higher than the element's ABI type alignment.

Fixes #115282.
2024-11-18 10:49:50 +01:00

100 KiB