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

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b2dafd44ca7a975e3d58d68f3a24e36b2ceb2e1e
      https://github.com/llvm/llvm-project/commit/b2dafd44ca7a975e3d58d68f3a24e36b2ceb2e1e
  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