[PATCH] D98590: [CSSPGO] Load context profile for external functions in PreLink and populate ThinLTO import list

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 10:39:52 PDT 2021


hoy added inline comments.


================
Comment at: llvm/test/Transforms/SampleProfile/csspgo-import-list.ll:2
+; Make sure Import GUID list for ThinLTO properly set for CSSPGO
+; RUN: opt < %s -passes='thinlto-pre-link<O2>' -pgo-kind=pgo-sample-use-pipeline -sample-profile-file=%S/Inputs/csspgo-import-list.prof -S | FileCheck %s
+
----------------
Add a test that consumes text format profile?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98590/new/

https://reviews.llvm.org/D98590



More information about the llvm-commits mailing list