[PATCH] D124284: [SLP]Try partial store vectorization if supported by target.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 12:57:38 PDT 2022
xbolva00 added inline comments.
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/pr49933.ll:3
; RUN: opt < %s -slp-vectorizer -S -mtriple=x86_64-- -mcpu=skylake-avx512 | FileCheck %s
; These code should be fully vectorized by D57059 patch
----------------
Remove please.
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/pr49933.ll:5
define void @foo(i8* noalias nocapture %t0, i8* noalias nocapture readonly %t1) {
; CHECK-LABEL: @foo(
----------------
Great!
This patch also fixes https://github.com/llvm/llvm-project/issues/49277
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124284/new/
https://reviews.llvm.org/D124284
More information about the llvm-commits
mailing list