[PATCH] D153507: [SLP] Use vector types for cmp alt instructions costs

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 11:13:53 PDT 2023


vporpo added a comment.

The test patch won't apply cleanly to top of trunk.



================
Comment at: llvm/test/Transforms/SLPVectorizer/AArch64/extracts-from-scalarizable-vector.ll:2
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
 ; RUN: opt -S -passes=slp-vectorizer -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
 
----------------
Perhaps set the -slp-threshold such that it gets vectorized?


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

https://reviews.llvm.org/D153507



More information about the llvm-commits mailing list