[llvm] [ARM][SLP] Fix cost function for SLP Vectorization of ZExt/SExt (PR #122713)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 07:11:14 PST 2025


================
@@ -0,0 +1,222 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes="default<O1>,slp-vectorizer" --mtriple arm-none-eabi -mattr=+mve -S -o - | FileCheck %s
----------------
alexey-bataev wrote:

O1 should not be used here, only slp-vectorizer

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


More information about the llvm-commits mailing list