[PATCH] D83013: [LPM] Port CGProfilePass from NPM to LPM

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 10:47:42 PDT 2020


zequanwu updated this revision to Diff 275160.
zequanwu marked 7 inline comments as done.
zequanwu added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Address comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83013

Files:
  clang/lib/CodeGen/BackendUtil.cpp
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/IPO.h
  llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
  llvm/include/llvm/Transforms/Instrumentation/CGProfile.h
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/Instrumentation/CGProfile.cpp
  llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
  llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
  llvm/test/Instrumentation/cgprofile.ll
  llvm/test/Other/opt-O2-pipeline.ll
  llvm/test/Other/opt-O3-pipeline.ll
  llvm/test/Other/opt-Os-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83013.275160.patch
Type: text/x-patch
Size: 13815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200702/c88f3478/attachment-0001.bin>


More information about the llvm-commits mailing list