[PATCH] D125460: [RISCV] remove useless code
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 12 20:19:19 PDT 2022
kito-cheng added a comment.
> hasVInstructions() check be unneeded. RISCV can only loop vectorization with hasVInstructions()
For long term, I think that's not true, P/Packed-SIMD extensions should be able to apply loop vectorization too, but I am not opposite this getting merge, just remind we might need to add back in future.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125460/new/
https://reviews.llvm.org/D125460
More information about the llvm-commits
mailing list