[PATCH] D57779: [SLP] Add support for throttling.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 16 10:12:56 PDT 2020


RKSimon added a comment.

@ABataev @anton-afanasyev Any more comments on this?



================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/slp-throttle.ll:2
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt -slp-vectorizer -S -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver2 < %s | FileCheck %s
 
----------------
Is it worth adding a second RUN with -slp-throttle=false ?


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

https://reviews.llvm.org/D57779



More information about the llvm-commits mailing list