diff options
author | Julian Nagele <j.nagele@apple.com> | 2024-12-31 10:24:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-31 09:24:48 +0000 |
commit | f035351af785b7349ab7bcd55149c781ceca24cb (patch) | |
tree | d25d56d771ccbf413e023a9fea6c552f1ba2a43e /clang/test/AST/ByteCode/builtin-functions.cpp | |
parent | e3fe41cdf5583d3a2f7454c76fa5cadccdccaf22 (diff) | |
download | llvm-f035351af785b7349ab7bcd55149c781ceca24cb.zip llvm-f035351af785b7349ab7bcd55149c781ceca24cb.tar.gz llvm-f035351af785b7349ab7bcd55149c781ceca24cb.tar.bz2 |
[SCEV] Make sure starting block is marked as visited when recursively collecting loop guards. (#120749)
When `collectFromBlock` is called without a predecessor (in particular
for loops that don't have a unique predecessor outside the loop) we
never start climbing the predecessor chain, and thus don't mark the
starting block as visited.
Fixes https://github.com/llvm/llvm-project/issues/120615.
Diffstat (limited to 'clang/test/AST/ByteCode/builtin-functions.cpp')
0 files changed, 0 insertions, 0 deletions