[all-commits] [llvm/llvm-project] 4bbf37: [SLP][NFC]Improve compile-time by using map {TreeE...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Tue Jul 18 13:29:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4bbf37199c776304981fcd9107492e87d733dde6
      https://github.com/llvm/llvm-project/commit/4bbf37199c776304981fcd9107492e87d733dde6
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

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

  Log Message:
  -----------
  [SLP][NFC]Improve compile-time by using map {TreeEntry *, Instruction *}
in getLastInstructionInBundle(), NFC.

Instead of building EntryToLastInstruction before the vectorization,
build it automatically during the calls to getLastInstructionInBundle()
function.




More information about the All-commits mailing list