[llvm] [LoopVectorize] Fix crash with GC statepoint in epilogue vectorization (PR #179459)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 9 04:45:15 PST 2026


================
@@ -0,0 +1,40 @@
+; RUN: opt -passes=loop-vectorize -enable-epilogue-vectorization -force-vector-width=2 -epilogue-vectorization-force-VF=2 -S < %s | FileCheck %s
----------------
fhahn wrote:

can you generate the full IR for the test, using update_test_checks.py?

Is it possible that we end up with a trivial reduction? I think we expect them to be folded away

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


More information about the llvm-commits mailing list