[PATCH] D109831: [SLP]Unify vectorization of PHI and store nodes with improved tiny tree vectorization.
Anton Afanasyev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 20 10:48:41 PDT 2021
anton-afanasyev added a comment.
Split this into two unrelated parts? One for the tree building and the second one for the sequence vectorization.
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/tiny-tree.ll:311
define void @tiny_vector_gather_diff_opcode(i16 *%a, i16 *%v1) {
; CHECK-LABEL: @tiny_vector_gather_diff_opcode(
----------------
Fix test name: not "gather" now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109831/new/
https://reviews.llvm.org/D109831
More information about the llvm-commits
mailing list