[all-commits] [llvm/llvm-project] 46507a: [SLP] reduce code duplication while matching reduc...

RotateRight via All-commits all-commits at lists.llvm.org
Tue Jan 12 13:05:20 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46507a96fc13146f73e5915a008055c5a59191c2
      https://github.com/llvm/llvm-project/commit/46507a96fc13146f73e5915a008055c5a59191c2
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

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

  Log Message:
  -----------
  [SLP] reduce code duplication while matching reductions; NFC


  Commit: 554be30a42802d66807f93e4671a518c1c04e0f8
      https://github.com/llvm/llvm-project/commit/554be30a42802d66807f93e4671a518c1c04e0f8
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

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

  Log Message:
  -----------
  [SLP] reduce code duplication in processing reductions; NFC


  Commit: 92fb5c49e8aa53ac97fa2fb1a891a4d7ccfd75c5
      https://github.com/llvm/llvm-project/commit/92fb5c49e8aa53ac97fa2fb1a891a4d7ccfd75c5
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

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

  Log Message:
  -----------
  [SLP] rename variable to improve readability; NFC

The OperationData in the 2nd block (visiting the operands)
is completely independent of the 1st block.


  Commit: 9e7895a8682ce3ad98c006955d573d5f2fded4f6
      https://github.com/llvm/llvm-project/commit/9e7895a8682ce3ad98c006955d573d5f2fded4f6
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

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

  Log Message:
  -----------
  [SLP] reduce code duplication while processing reductions; NFC


Compare: https://github.com/llvm/llvm-project/compare/caafdf07bbcc...9e7895a8682c


More information about the All-commits mailing list