diff options
author | Florian Hahn <flo@fhahn.com> | 2024-03-01 19:43:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 19:43:06 +0000 |
commit | 6fe60bd89fc72398795de6ee2a6120b8af44a977 (patch) | |
tree | b08a249e880f11c72ee92deef0b4f9e00991eb7f /llvm/unittests/Support/ErrorTest.cpp | |
parent | 09ffd3390852b046369405cf29b3a7ae424bfaa5 (diff) | |
download | llvm-6fe60bd89fc72398795de6ee2a6120b8af44a977.zip llvm-6fe60bd89fc72398795de6ee2a6120b8af44a977.tar.gz llvm-6fe60bd89fc72398795de6ee2a6120b8af44a977.tar.bz2 |
[SLP] Exit early if MaxVF < MinVF (NFCI). (#83283)
Exit early if MaxVF < MinVF. In that case, the loop body below will
never get entered. Note that this adjusts the condition from MaxVF <=
MinVF. If MaxVF == MinVF, vectorization may still be feasible (and the
loop below gets entered).
PR: https://github.com/llvm/llvm-project/pull/83283
Diffstat (limited to 'llvm/unittests/Support/ErrorTest.cpp')
0 files changed, 0 insertions, 0 deletions