[all-commits] [llvm/llvm-project] b7b1e5: [LV] Assert that the executed plan contains select...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Dec 23 03:46:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7b1e5c96fe05bad7cb68fdaea21d2b88ce7f2d1
https://github.com/llvm/llvm-project/commit/b7b1e5c96fe05bad7cb68fdaea21d2b88ce7f2d1
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Assert that the executed plan contains selected VF & UF (NFC).
Add assertion to ensure the executed plan is valid for the selected VF
and UF.
More information about the All-commits
mailing list