[PATCH] D116333: [RISCV] Initial support for scalable vectorization
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 29 13:56:30 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/RISCV/scalable-vectorization.ll:7
+; Test that the MaxVF for the following loop, that has no dependence distances,
+; is calculated as vscale x 4 (max legal SVE vector size) or vscale x 16
+; (maximized bandwidth for i8 in the loop).
----------------
This says SVE and the numbers weren't updated to match what is shown on the CHECK lines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116333/new/
https://reviews.llvm.org/D116333
More information about the llvm-commits
mailing list