[all-commits] [llvm/llvm-project] eecb8c: [SampleProfile] Use LazyCallGraph instead of CallG...

aeubanks via All-commits all-commits at lists.llvm.org
Mon Mar 20 13:45:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eecb8c5f06149baf970fa0943e9fb9a6afe00207
      https://github.com/llvm/llvm-project/commit/eecb8c5f06149baf970fa0943e9fb9a6afe00207
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M llvm/lib/Transforms/IPO/SampleProfile.cpp
    M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
    M llvm/test/Transforms/SampleProfile/profile-context-order.ll
    M llvm/test/Transforms/SampleProfile/profile-topdown-order.ll

  Log Message:
  -----------
  [SampleProfile] Use LazyCallGraph instead of CallGraph

The function order in some tests had to be changed because they relied on ordering of functions returned in an SCC which is consistent but unspecified.




More information about the All-commits mailing list