diff options
author | Luke Lau <luke@igalia.com> | 2025-09-25 12:18:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-25 12:18:20 +0800 |
commit | aa6a33ae6556690f58ccb7519f577c7fae2783ef (patch) | |
tree | 7a76cbc66d95b3276791d880a0e992255be989fb /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | a34048bfed8c4e6f43bc4dd09c4dbc189c3a29f5 (diff) | |
download | llvm-aa6a33ae6556690f58ccb7519f577c7fae2783ef.zip llvm-aa6a33ae6556690f58ccb7519f577c7fae2783ef.tar.gz llvm-aa6a33ae6556690f58ccb7519f577c7fae2783ef.tar.bz2 |
[LV] Remove EVLIndVarSimplify pass (#160454)
Initially this was needed to replace the fixed-step canonical IV with
the variable-step EVL IV, but this was eventually superseded by the loop
vectorizer doing this transform itself in #147222. The pass was then
removed from the RISC-V pipeline in #151483 and the loop vectorizer
stopped emitting the metadata used by the pass in #155760, so now
there's no users of it.
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions