[PATCH] D149324: [PGO] Minor instrumentation code cleanup (NFC)
Christian Ulmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 01:27:10 PDT 2023
Dinistro created this revision.
Dinistro added a reviewer: gysit.
Herald added subscribers: wlei, Enna1, wenlei, hiraditya.
Herald added a project: All.
Dinistro requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This commit cleans up some parts of the PGO instrumentation. Most
importantly, it removes a template parameter shadowing of a class name
that could lead to confusion.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D149324
Files:
llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149324.517479.patch
Type: text/x-patch
Size: 15825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230427/6e033744/attachment.bin>
More information about the llvm-commits
mailing list