[PATCH] D135462: [SelectionDAG] Do not second-guess alignment for alloca
Andrew Savonichev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 7 10:24:47 PDT 2022
asavonic added a comment.
A similar issue was discussed and fixed in D79532 <https://reviews.llvm.org/D79532>, where promotion of alignment caused stack realignment.
This patch now removes promotion of alignment, so we always use the specified alignment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135462/new/
https://reviews.llvm.org/D135462
More information about the llvm-commits
mailing list