diff options
author | Florian Hahn <flo@fhahn.com> | 2025-07-23 11:19:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-23 10:19:56 +0100 |
commit | 77b1b956da234d3b3be31c4f04e6af3173b306a1 (patch) | |
tree | 439bb4ede29be781b238cf075e5a2f1cd06ffb9e /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 61ce6d70a2fe309d65fe3b7db5b94c17067b9628 (diff) | |
download | llvm-77b1b956da234d3b3be31c4f04e6af3173b306a1.zip llvm-77b1b956da234d3b3be31c4f04e6af3173b306a1.tar.gz llvm-77b1b956da234d3b3be31c4f04e6af3173b306a1.tar.bz2 |
[LV] Also clamp MaxVF by trip count when maximizing vector bandwidth. (#149794)
Also clamp the max VF when maximizing vector bandwidth by the maximum
trip count. Otherwise we may end up choosing a VF for which the vector
loop never executes.
PR: https://github.com/llvm/llvm-project/pull/149794
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions