[all-commits] [llvm/llvm-project] e2f1c4: [LV] Turn check for unexpected VF into assertion (...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Dec 31 05:20:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2f1c4c7066b34ad171d91879263cfa32bc6c55c
https://github.com/llvm/llvm-project/commit/e2f1c4c7066b34ad171d91879263cfa32bc6c55c
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-12-31 (Fri, 31 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Turn check for unexpected VF into assertion (NFC).
VF should always be non-zero in widenIntOrFpInduction. Turn check into
assertion.
More information about the All-commits
mailing list