[llvm] [LV] Change loops' interleave count computation (PR #73766)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 13:11:36 PST 2024
================
@@ -1248,7 +1248,8 @@ class LoopVectorizationCostModel {
/// \return The desired interleave count.
/// If interleave count has been specified by metadata it will be returned.
/// Otherwise, the interleave count is computed and returned. VF and LoopCost
- /// are the selected vectorization factor and the cost of the selected VF.
+ /// are the selected vectorization factor and the cost of the selected VF for
+ /// loop L.
----------------
fhahn wrote:
nit: the comment can also be left unchanged now
https://github.com/llvm/llvm-project/pull/73766
More information about the llvm-commits
mailing list