[all-commits] [llvm/llvm-project] 0b2443: [LV] Clarify comment for selectVectorizationFactor...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Apr 30 13:12:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b24436591e1bbea5943d7ef816544f2d90d26d2
https://github.com/llvm/llvm-project/commit/0b24436591e1bbea5943d7ef816544f2d90d26d2
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-30 (Sun, 30 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Clarify comment for selectVectorizationFactor (NFC).
The comment is stale, as UserVF is handled before selectVectorizationFactor
is called. Clarify the comment by remove the mention of UserVF.
Suggested as independent improvement in D143938.
More information about the All-commits
mailing list