[llvm] [LV] - Fix crash in epilogue vectorization when AnyOf reduction has no ComputeReductionResult. (PR #213632)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 12:59:55 PDT 2026
================
@@ -0,0 +1,28 @@
+; RUN: opt -passes=loop-vectorize -S %s | FileCheck %s
----------------
fhahn wrote:
Please check other recently added unit tests and try to make the new test consistent with the existing practices.
Please make sure the IR reproducer is minimal.
https://github.com/llvm/llvm-project/pull/213632
More information about the llvm-commits
mailing list