[all-commits] [llvm/llvm-project] ced9a7: [WPD] Add statistics

Teresa Johnson via All-commits all-commits at lists.llvm.org
Tue Apr 5 18:48:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ced9a795fd84aabfbc6a8b3040c33e719e39600c
      https://github.com/llvm/llvm-project/commit/ced9a795fd84aabfbc6a8b3040c33e719e39600c
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
    M llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl.ll
    M llvm/test/Transforms/WholeProgramDevirt/uniform-retval.ll
    M llvm/test/Transforms/WholeProgramDevirt/unique-retval.ll
    M llvm/test/Transforms/WholeProgramDevirt/virtual-const-prop-check.ll

  Log Message:
  -----------
  [WPD] Add statistics

Add statistics to count overall devirtualized targets as well as the
various types of devirtualizations applied at callsites.

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




More information about the All-commits mailing list