[all-commits] [llvm/llvm-project] ca31f8: [MemProf] Convert PGO raw profile to text format
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Thu Jul 27 11:10:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca31f821f2f7ced30f71e17050fb1380dbea3b3a
https://github.com/llvm/llvm-project/commit/ca31f821f2f7ced30f71e17050fb1380dbea3b3a
Author: Teresa Johnson <tejohnson at google.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
R llvm/test/Transforms/PGOProfile/Inputs/memprof_pgo.profraw
A llvm/test/Transforms/PGOProfile/Inputs/memprof_pgo.proftext
M llvm/test/Transforms/PGOProfile/Inputs/update_memprof_inputs.sh
M llvm/test/Transforms/PGOProfile/memprof.ll
Log Message:
-----------
[MemProf] Convert PGO raw profile to text format
This avoids the need to regenerate the PGO raw profile on version
changes. Modify the update script to autogenerate new PGO proftext
inputs.
Differential Revision: https://reviews.llvm.org/D156460
More information about the All-commits
mailing list