[llvm] [LV] Fix MinBWs in WidenIntrinsic case (PR #137005)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 28 05:10:13 PDT 2025
================
@@ -0,0 +1,43 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -passes=loop-vectorize -S %s | FileCheck %s
----------------
artagnon wrote:
Thanks for this comment! I found out that the patch is incorrect, and causes a crash when vectorization is forced: looking into it now.
https://github.com/llvm/llvm-project/pull/137005
More information about the llvm-commits
mailing list