[PATCH] D84782: [PGO] Include the mem ops into the function hash.
Hiroshi Yamauchi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 28 14:37:21 PDT 2020
yamauchi added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp:642
// Hash format for context sensitive profile. Reserve 4 bits for other
// information.
----------------
davidxl wrote:
> The comment looks stale.
I think the 4 bits are still reserved for CSPGO. See https://reviews.llvm.org/rG6cdf3d8086fe.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84782/new/
https://reviews.llvm.org/D84782
More information about the cfe-commits
mailing list