[PATCH] D43582: [SLP] Generalization of stores vectorization.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 10:35:45 PDT 2019


ABataev marked an inline comment as done.
ABataev added inline comments.


================
Comment at: test/Transforms/SLPVectorizer/X86/pr35497.ll:2
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -slp-vectorizer -S -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
+; RUN: opt -slp-vectorizer -slp-vectorizer -S -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
 
----------------
RKSimon wrote:
> Why the duplicated -slp-vectorizer?
Need to run the pass twice to get the code in `pr35497` fully vectorized.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D43582





More information about the llvm-commits mailing list