[RISCV] Don't enable loop vectorizer interleaving if the V extension isn't enabled.
This can cause the vectorizer to generate interleaved scalar code which might be ok for some CPUs, but definitely not all. Disable it to restore the previous scalar behavior. Differential Revision: https://reviews.llvm.org/D103787
Loading
Please sign in to comment