[PATCH] D125001: [NFC][LoopVectorize] Add SVE test for tail-folding combined with interleaving
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 03:19:39 PDT 2022
kmclaughlin accepted this revision.
kmclaughlin added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-unroll.ll:227
+!0 = distinct !{!0, !1, !2}
+!1 = !{!"llvm.loop.vectorize.width", i32 4}
+!2 = !{!"llvm.loop.vectorize.scalable.enable", i1 true}
----------------
Can this be moved to the RUN lines, where you also set the interleave count with `-force-vector-interleave=4`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125001/new/
https://reviews.llvm.org/D125001
More information about the llvm-commits
mailing list