diff options
author | Jon Chesterfield <jonathanchesterfield@gmail.com> | 2024-08-28 18:30:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 18:30:48 +0100 |
commit | 1bde8e0b80860743fcd55da28f0ba9acb7a26a9c (patch) | |
tree | 171544f8ee2340a60d2c42ff83caf45b9bec114e /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | b40677ccf871c5e514aa824d187350f9279c6c1c (diff) | |
download | llvm-1bde8e0b80860743fcd55da28f0ba9acb7a26a9c.zip llvm-1bde8e0b80860743fcd55da28f0ba9acb7a26a9c.tar.gz llvm-1bde8e0b80860743fcd55da28f0ba9acb7a26a9c.tar.bz2 |
[AMDGPU] Don't realign already allocated LDS. Point fix for 106412 (#106421)
Fixes 106412. The logic that skips the pass on already-lowered variables
doesn't cover the path that increases alignment of variables. If a
variable is allocated at 24 and then given 16 byte alignment, the
backend notices and fatal-errors on the inconsistency.
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions