[PATCH] D125246: [CSSPGO][llvm-profgen] Reimplement CS profile generator using context trie

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 16:25:18 PDT 2022


wlei updated this revision to Diff 434640.
wlei added a comment.

use std::move to avoid memory copy
remove the "memory free" code, will add in a separate patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125246/new/

https://reviews.llvm.org/D125246

Files:
  llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
  llvm/tools/llvm-profgen/ProfileGenerator.cpp
  llvm/tools/llvm-profgen/ProfileGenerator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125246.434640.patch
Type: text/x-patch
Size: 21361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220606/e8e425e9/attachment-0001.bin>


More information about the llvm-commits mailing list