[PATCH] D149654: [SLP] Don't cost pointers that can be folded in getPointersChainCost

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 05:15:14 PDT 2023


luke marked 6 inline comments as done.
luke added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/RISCV/getpointerschaincost.ll:1
+; RUN: opt -mtriple=riscv64 -mattr=+v -riscv-v-slp-max-vf=0 -passes=slp-vectorizer -disable-output -debug-only=SLP < %s 2>&1 | FileCheck %s
+
----------------
Apologies in advance for testing with the debug output, I can't think of another way to get access to `getPointersChainCost`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149654/new/

https://reviews.llvm.org/D149654



More information about the llvm-commits mailing list