[PATCH] D95179: [AArch64] Do not fold SP adjustments into pre-increment addr modes with noredzone.
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 01:17:42 PST 2021
t.p.northover added a comment.
Is there a check that this folding doesn't overrun a red-zone if it does exist? If not, fixing that could well lead to a more natural way to solve this (where the bounds being checked are just 0 if there's no red-zone).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95179/new/
https://reviews.llvm.org/D95179
More information about the llvm-commits
mailing list