[all-commits] [llvm/llvm-project] 299b5d: [CSSPGO] Enable pseudo probe instrumentation in O0...

Hongtao Yu via All-commits all-commits at lists.llvm.org
Tue Sep 14 18:13:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 299b5d420df15fafc9936bc24995f6cd6ad325be
      https://github.com/llvm/llvm-project/commit/299b5d420df15fafc9936bc24995f6cd6ad325be
  Author: Hongtao Yu <hoy at fb.com>
  Date:   2021-09-14 (Tue, 14 Sep 2021)

  Changed paths:
    M clang/test/CodeGen/pseudo-probe-emit.c
    M llvm/lib/Passes/PassBuilder.cpp

  Log Message:
  -----------
  [CSSPGO] Enable pseudo probe instrumentation in O0 mode.

Pseudo probe instrumentation was missing from O0 build. It is needed in cases where some source files are built in O0 while the others are built in optimize mode.

Reviewed By: wenlei, wlei, wmi

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




More information about the All-commits mailing list