[llvm] [LoopVectorize] Allow Early-Exit Loop Vectorization with EVL (PR #130918)

Shih-Po Hung via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 19:46:16 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
----------------
arcbbb wrote:

Removed. Thanks!

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


More information about the llvm-commits mailing list