Canonicalize the function name (strip suffixes etc) to ensure that
function name suffixes added by late stage passes do not cause
mismatches when memprof profile data is consumed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm with a stale comment cleanup
llvm/lib/ProfileData/MemProf.cpp | ||
---|---|---|
82–83 | You can remove the last 2 sentences here since they are redundant with the above comment where we now will do the stripping. |
You can remove the last 2 sentences here since they are redundant with the above comment where we now will do the stripping.