[llvm] [LoopVectorize] Allow Early-Exit Loop Vectorization with EVL (PR #130918)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 03:17:57 PDT 2025
================
@@ -0,0 +1,108 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -passes=loop-vectorize -force-tail-folding-style=data-with-evl -prefer-predicate-over-epilogue=predicate-dont-vectorize \
+; RUN: -mtriple=riscv64 -mattr=+v -S -enable-early-exit-vectorization %s | FileCheck %s
+
+; REQUIRES: asserts
----------------
fhahn wrote:
```suggestion
```
asserts not needed?
https://github.com/llvm/llvm-project/pull/130918
More information about the llvm-commits
mailing list