[PATCH] D114909: [SLP]Outline and fix code for finding common insertelement vectors.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 1 14:35:13 PST 2021
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/cmp_commute.ll:3
; RUN: opt < %s -slp-vectorizer -instcombine -S -mtriple=x86_64--- -mattr=+sse2 | FileCheck %s
; RUN: opt < %s -slp-vectorizer -instcombine -S -mtriple=x86_64--- -mattr=+avx | FileCheck %s
----------------
looks like you need to add --check-prefixes=CHECK,SSE + --check-prefixes=CHECK,AVX
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114909/new/
https://reviews.llvm.org/D114909
More information about the llvm-commits
mailing list