[llvm] [LV][EVL] Support interleaved access with tail folding by EVL (PR #152070)

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 4 20:49:51 PDT 2025


================
@@ -7,46 +7,37 @@
 ; RUN: -prefer-predicate-over-epilogue=scalar-epilogue \
 ; RUN: -mtriple=riscv64 -mattr=+v -S < %s | FileCheck --check-prefix=NO-VP %s
 
-; FIXME: interleaved accesses are not supported yet with predicated vectorization.
----------------
Mel-Chen wrote:

I think we're lacking test coverage, especially for cases like reverse interleaved access and gap masks. I'll create a separate pre-commit to strengthen EVL-related tests.

https://github.com/llvm/llvm-project/pull/152070


More information about the llvm-commits mailing list