[all-commits] [llvm/llvm-project] 0992bf: [NewPM][Hexagon] Fix HexagonVectorLoopCarriedReuse...

aeubanks via All-commits all-commits at lists.llvm.org
Thu Jan 7 15:04:37 PST 2021


  Branch: refs/heads/Main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0992bf4e3f904e465fd8520b9852e305efd86809
      https://github.com/llvm/llvm-project/commit/0992bf4e3f904e465fd8520b9852e305efd86809
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-01-07 (Thu, 07 Jan 2021)

  Changed paths:
    M llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp

  Log Message:
  -----------
  [NewPM][Hexagon] Fix HexagonVectorLoopCarriedReusePass position in pipeline

In https://reviews.llvm.org/D88138 this was incorrectly added with
registerOptimizerLastEPCallback(), when it should be
registerLoopOptimizerEndEPCallback(), matching the legacy PM's
EP_LoopOptimizerEnd.

Reviewed By: rnk

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




More information about the All-commits mailing list