[all-commits] [llvm/llvm-project] ddb218: [SLP][NFC] Cleanup: Separate vectorization of Inse...

vptest1 via All-commits all-commits at lists.llvm.org
Mon May 15 10:13:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ddb2188afc86c7819e87ec538545b45803984342
      https://github.com/llvm/llvm-project/commit/ddb2188afc86c7819e87ec538545b45803984342
  Author: Vasileios Porpodas <vporpodas at google.com>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [SLP][NFC] Cleanup: Separate vectorization of Inserts and CmpInsts.

This deprecates `vectorizeSimpleInstructions()` and replaces it with separate
functions that vectorize CmpInsts and Inserts.

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




More information about the All-commits mailing list