[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 20 02:01:11 PST 2025


================
@@ -0,0 +1,78 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
+; RUN: opt -passes=loop-vectorize -mattr=+sve -epilogue-vectorization-force-VF=4 -S < %s 2>&1 | FileCheck %s
----------------
fhahn wrote:

I thought the original test was mentioning that it deliberately ran instcombine to make sure it doesn't crash or something like that? If the issue is just with LV + epilogue vectorization (and no other passes involved), then this could just be a separate LV test with epilogue vectorization enabled?

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


More information about the llvm-commits mailing list