[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)
Graham Hunter via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 19 06:45:56 PST 2025
================
@@ -0,0 +1,123 @@
+; RUN: opt -passes=loop-vectorize -debug-only=loop-vectorize \
+; RUN: -scalable-vectorization=on -force-target-supports-scalable-vectors \
+; RUN: -disable-output 2>&1 < %s | FileCheck %s
----------------
huntergr-arm wrote:
no. switched to a fixed width VF (forced to 4)
https://github.com/llvm/llvm-project/pull/158088
More information about the llvm-commits
mailing list