[PATCH] D43582: [SLP] Generalization of stores vectorization.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 10:24:23 PDT 2019
RKSimon 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
----------------
Why the duplicated -slp-vectorizer?
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