[all-commits] [llvm/llvm-project] e64afe: [PGO][PGSO] Remove a temporary flag used for gradu...

hjyamauchi via All-commits all-commits at lists.llvm.org
Mon Jul 20 11:12:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e64afefdf88d2607c476f13de05193c0f8991976
      https://github.com/llvm/llvm-project/commit/e64afefdf88d2607c476f13de05193c0f8991976
  Author: Hiroshi Yamauchi <yamauchi at google.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/SizeOpts.h
    M llvm/lib/Transforms/Utils/SizeOpts.cpp

  Log Message:
  -----------
  [PGO][PGSO] Remove a temporary flag used for gradual rollout.

Remove the temporary flag PGSOIRPassOrTestOnly and the guard code which was used
for the staged rollout. This is a cleanup (NFC) as it's now false by default.

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




More information about the All-commits mailing list