[PATCH] D149654: [SLP][RISCV] Account for offset folding in getPointersChainCost

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 06:29:24 PDT 2023


ABataev 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
+
----------------
luke wrote:
> Apologies in advance for testing with the debug output, I can't think of another way to get access to `getPointersChainCost`.
 -pass-remarks-output= inbstead, check some of the remarks_... tests in SLPVectorizer tests directory as an example. Also, better to precommit new tests separately


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