[PATCH] D101469: [RISCV] Enable interleaved vectorization for RVV
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 6 23:13:59 PDT 2021
craig.topper added a comment.
I just noticed that this enabled interleaving in the loop vectorizer even when the V extension isn't enabled. So we now generate interleaved scalar code in some cases. Was that intentional?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101469/new/
https://reviews.llvm.org/D101469
More information about the llvm-commits
mailing list