[all-commits] [llvm/llvm-project] 29252f: [MemProf] Refactor memory profile matching into Me...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Mon Jul 10 13:13:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29252fdd530f68d0de38a0cd26ed428bb2f5c16a
https://github.com/llvm/llvm-project/commit/29252fdd530f68d0de38a0cd26ed428bb2f5c16a
Author: Teresa Johnson <tejohnson at google.com>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
Log Message:
-----------
[MemProf] Refactor memory profile matching into MemProfiler (NFC)
Split out of D154856, this prepares for the addition of a new dedicated
memory profile matching pass.
Differential Revision: https://reviews.llvm.org/D154872
More information about the All-commits
mailing list