[all-commits] [llvm/llvm-project] 0a1c66: [GreedyRA ORE] Compute ORE stats if extra analysis...

serguei-katkov via All-commits all-commits at lists.llvm.org
Thu Apr 8 00:24:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a1c6637a1e89ca757e69225f6ead27bf151a16b
      https://github.com/llvm/llvm-project/commit/0a1c6637a1e89ca757e69225f6ead27bf151a16b
  Author: Serguei Katkov <serguei.katkov at azul.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M llvm/lib/CodeGen/RegAllocGreedy.cpp

  Log Message:
  -----------
  [GreedyRA ORE] Compute ORE stats if extra analysis is enabled

To save compile time, avoid computation of stats if ORE will not emit it.
The motivation is to add more stats and compute it only if it will dumped.

Reviewers: reames, MatzeB, anemet, thegameg
Reviewed By: reames
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D100010




More information about the All-commits mailing list