[llvm] [SLP][REVEC] Fix cost model for getGatherCost with FixedVectorType ScalarTy. (PR #109369)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 07:23:15 PDT 2024
================
@@ -0,0 +1,31 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -mtriple=riscv64 -mcpu=sifive-x280 -passes=slp-vectorizer -S -slp-revec -slp-max-reg-size=1024 -slp-threshold=-10 %s | FileCheck %s
----------------
alexey-bataev wrote:
Would be good to add remarks check to see cost changes
https://github.com/llvm/llvm-project/pull/109369
More information about the llvm-commits
mailing list