[PATCH] D154264: [LV] Skip VFs < iterations remaining for epilogue vectorization.

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 12:05:27 PDT 2023


Ayal accepted this revision.
Ayal added a comment.
This revision is now accepted and ready to land.

This looks good to me, comment still needs to be fixed.



================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:5695
 
+    // If the number of remaining iterations is greater than NextVF, the
+    // epilogue loop would be dead. Skip such factors.
----------------
nit: comment still needs to be fixed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154264/new/

https://reviews.llvm.org/D154264



More information about the llvm-commits mailing list