[llvm] [LV] Introduce the EVLIVSimplify Pass for EVL-vectorized loops (PR #91796)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 22:22:33 PDT 2024
wangpc-pp wrote:
> The new exit condition is EVLIV > VF * BTC, where EVLIV is the new induction variable, VF is the vectorization factor and BTC is backedge taken count (i.e. trip count minus one in most cases).
I don't know if I understand correctly, maybe https://github.com/llvm/llvm-project/pull/102575 is related to this change?
https://github.com/llvm/llvm-project/pull/91796
More information about the llvm-commits
mailing list