[llvm] [VPlan] Convert EVL loops to variable-length stepping after dissolution (PR #147222)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 21 02:28:23 PDT 2025
================
@@ -0,0 +1,68 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt %s -S -mtriple riscv64 -passes=loop-vectorize --prefer-predicate-over-epilogue=predicate-dont-vectorize -force-tail-folding-style=data-with-evl -riscv-v-min-trip-count=0 -force-target-instruction-cost=1 -mattr=+v | FileCheck %s
----------------
fhahn wrote:
this test must be into to RISCV subdirectory.
https://github.com/llvm/llvm-project/pull/147222
More information about the llvm-commits
mailing list