[all-commits] [llvm/llvm-project] 1fd7dc: When dumping results of StackLifetime, it will pri...

Axis via All-commits all-commits at lists.llvm.org
Sun Sep 6 20:44:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fd7dc40748b17d8fc47ef1ebede9df61e973056
      https://github.com/llvm/llvm-project/commit/1fd7dc40748b17d8fc47ef1ebede9df61e973056
  Author: dongAxis <dongaxis at linux.alibaba.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    M llvm/lib/Analysis/StackLifetime.cpp

  Log Message:
  -----------
  When dumping results of StackLifetime, it will print the following
log:

BB  [7, 8): begin {}, end {}, livein {}, liveout {}
BB  [1, 2): begin {}, end {}, livein {}, liveout {}
...

But it is not convenient to know what the basic block is.
So I add the basic block name to it.

Reviewed By: vitalybuka
TestPlan: check-llvm
Differential Revision: https://reviews.llvm.org/D87152




More information about the All-commits mailing list