[PATCH] D140789: [SLP] Unify GEP cost modeling for load, store and GEP nodes.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 1 04:10:44 PST 2023
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/geps-non-pow-2.ll:2
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -passes=slp-vectorizer -S -o - -mtriple=x86_64-unknown-linux -mcpu=haswell < %s | FileCheck %s
+; RUN: opt -passes=slp-vectorizer -S -o - -mtriple=x86_64-unknown-linux -mcpu=haswell -slp-threshold=-3 < %s | FileCheck %s
@e = dso_local local_unnamed_addr global i32 0, align 4
----------------
Havig to add a slp-threshold on an existing defaut test makes me a little nervous tbh
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140789/new/
https://reviews.llvm.org/D140789
More information about the llvm-commits
mailing list