diff options
author | Florian Hahn <flo@fhahn.com> | 2025-05-26 20:08:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-26 20:08:02 +0100 |
commit | 24b97756decb7bf0e26dcf0e30a7a9aaf27f417c (patch) | |
tree | 71bf0d625d18fea35d2b81cf3a18ee354ec972aa /clang/lib/Lex/ModuleMapFile.cpp | |
parent | c554fc9245e200b2e06509f4c44233974f6888f0 (diff) | |
download | llvm-24b97756decb7bf0e26dcf0e30a7a9aaf27f417c.zip llvm-24b97756decb7bf0e26dcf0e30a7a9aaf27f417c.tar.gz llvm-24b97756decb7bf0e26dcf0e30a7a9aaf27f417c.tar.bz2 |
[LoopPeel] Remove known trip count restriction when peeling last. (#140792)
Remove the restriction that the loop must be known to execute at least 2
iterations when peeling the last iteration. If we cannot prove at least
2 iterations are executed, a check and branch to skip the peeled loop is
inserted.
PR: https://github.com/llvm/llvm-project/pull/140792
Diffstat (limited to 'clang/lib/Lex/ModuleMapFile.cpp')
0 files changed, 0 insertions, 0 deletions