[llvm] [LoopVectorize] Further improve cost model for early exit loops (PR #126235)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 02:47:38 PST 2025


================
@@ -0,0 +1,47 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; REQUIRES: asserts
+; RUN: opt -S < %s -p loop-vectorize -enable-early-exit-vectorization -disable-output \
+; RUN:   -debug-only=loop-vectorize 2>&1 | FileCheck %s --check-prefixes=CHECK
+
+target triple = "aarch64-unknown-linux-gnu"
+
+declare void @init_mem(ptr, i64);
+
+define i64 @same_exit_block_pre_inc_use1() #1 {
----------------
fhahn wrote:

Can you also add a test for non-SVE?

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


More information about the llvm-commits mailing list