[PATCH] D147734: [LV][NFC] Precommit test for a follow-up patch that introduces uniformity for a specific VF.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 13:34:58 PDT 2023


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

LGTM, thanks for adding the extensive test coverage. It would be good to extend wit other patterns in the future, like shifts.

In D147734#4292778 <https://reviews.llvm.org/D147734#4292778>, @vporpo wrote:

> Use iv2 in the index calculation: `iv/C + iv2/C`.

Excellent! This should also be handled by D148841 <https://reviews.llvm.org/D148841> automatically.



================
Comment at: llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction2.ll:1494
+}
+
----------------
nit: stray newline.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147734



More information about the llvm-commits mailing list