[PATCH] D18126: Port InstrProfiling pass to new pass manager

David Li via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 9 17:12:43 PDT 2016


davidxl updated this revision to Diff 53162.
davidxl added a comment.

Addressed Chandler's review comments.

Note that the creator API name for the legacy pass remains unchanged  -- this is to avoid updating Clang. If changing the name is preferred (i.e. adding 'Legacy' in it), it will be done as a follow up.


http://reviews.llvm.org/D18126

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/InstrProfiling.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Instrumentation/InstrProfiling.cpp
  lib/Transforms/Instrumentation/Instrumentation.cpp
  test/Instrumentation/InstrProfiling/PR23499.ll
  test/Instrumentation/InstrProfiling/linkage.ll
  test/Instrumentation/InstrProfiling/no-counters.ll
  test/Instrumentation/InstrProfiling/noruntime.ll
  test/Instrumentation/InstrProfiling/platform.ll
  test/Instrumentation/InstrProfiling/profiling.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18126.53162.patch
Type: text/x-patch
Size: 15757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160410/fcdbadb5/attachment.bin>


More information about the llvm-commits mailing list