[llvm] [LV] Avoid crashing for vector calls with scalar byte types (PR #197417)
Graham Hunter via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 05:49:49 PDT 2026
================
@@ -0,0 +1,210 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
+; RUN: opt < %s -passes=loop-vectorize -force-vector-width=2 -force-vector-interleave=1 -S | FileCheck %s
+
+;; Safe to vectorize normally.
----------------
huntergr-arm wrote:
done
https://github.com/llvm/llvm-project/pull/197417
More information about the llvm-commits
mailing list