[all-commits] [llvm/llvm-project] 21d498: [SLP] Vectorize jumbled stores.

Alexey Bataev via All-commits all-commits at lists.llvm.org
Wed Oct 30 10:36:57 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 21d498c9c0f32dcab5bc89ac593aa813b533b43a
      https://github.com/llvm/llvm-project/commit/21d498c9c0f32dcab5bc89ac593aa813b533b43a
  Author: Alexey Bataev <a.bataev at hotmail.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/test/Transforms/SLPVectorizer/X86/store-jumbled.ll
    M llvm/test/Transforms/SLPVectorizer/X86/stores_vectorize.ll

  Log Message:
  -----------
  [SLP] Vectorize jumbled stores.

Summary:
Patch adds support for vectorization of the jumbled stores. The value
operands are vectorized and then shuffled in the right order before
store.

Reviewers: RKSimon, spatel, hfinkel, mkuper

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D43339




More information about the All-commits mailing list