[llvm] [LV] Add a statistic for early exit vectorization (PR #145730)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 01:19:56 PDT 2025
================
@@ -1,12 +1,12 @@
-; RUN: opt < %s -passes=loop-vectorize -force-vector-interleave=4 -force-vector-width=4 -debug-only=loop-vectorize --disable-output -stats -S 2>&1 | FileCheck %s
+; RUN: opt < %s -passes=loop-vectorize -force-vector-interleave=4 -force-vector-width=4 -debug-only=loop-vectorize -enable-early-exit-vectorization --disable-output -stats -S 2>&1 | FileCheck %s
----------------
david-arm wrote:
The flag `enable-early-exit-vectorization` can be removed now, since it's on by default.
https://github.com/llvm/llvm-project/pull/145730
More information about the llvm-commits
mailing list