[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)
Graham Hunter via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 05:01:23 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
----------------
huntergr-arm wrote:
No, there was no mention of needing to run another pass to cause the crash; I just had instcombine in it since the other lines did. I found the bug when running llvm-test-suite with -mcpu=native, and on the particular core I had epilogue vectorization was used for one csa loop.
I'll move this back to LV but keep it in a separate file.
https://github.com/llvm/llvm-project/pull/158088
More information about the llvm-commits
mailing list