diff options
author | Momchil Velikov <momchil.velikov@arm.com> | 2024-02-19 10:40:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 10:40:21 +0000 |
commit | 658e4763a23cc53eaf1b84e804f980f2a8cb8802 (patch) | |
tree | 7ec0a5b071297f3b08b254b1ed6d858b3684bfa9 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 232a14d062e735af3e385de8dc56f6f4584cad1b (diff) | |
download | llvm-658e4763a23cc53eaf1b84e804f980f2a8cb8802.zip llvm-658e4763a23cc53eaf1b84e804f980f2a8cb8802.tar.gz llvm-658e4763a23cc53eaf1b84e804f980f2a8cb8802.tar.bz2 |
[AArch64] Fix wrong condition in `canUseAsPrologue` (#81878)
Inline stack probing code may need a scratch register, hence basic
blocks where such register is not available cannot be used as prologues.
Checking for an available scratch regidster was incorrectly skipped when
the function uses stack probing.
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions