LLVM (Cool/Warm) DOT Printers for Profiling

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 13:51:21 PST 2017


On Thu, Nov 23, 2017 at 1:31 PM, Rodrigo Caetano Rocha via
llvm-commits <llvm-commits at lists.llvm.org> wrote:
> Hi everyone,
>
> This is a forward from the message I sent to the llvm-dev mailing list.
> I've just realised that this is the correct mailing list for sending
> contributions.
>
> I have added extended the CFGPrinter and CallPrinter with heat colors based
> on heuristics or profiling information.
> It is based on my llvm-heat-printer:
> https://github.com/rcorcs/llvm-heat-printer
>
> Here you can find the diff of my patch.
> It was developed on top of the svn trunk version.
>
> I would like some help to see if I can upstream my contribution.
>

Hi Rodrigo,
I would be definitely interested in seeing this in-tree (and I'm
willing to review it).
I used the heat printer a lot in the past (I also reported an issue
or two) but I find inconvenient it being a separate project, and
I see no reason why it should be.
Can you please upload your patch on phabricator for my convenience?

--
Davide


More information about the llvm-commits mailing list