[PATCH] D28966: [PGO] Memory intrinsic calls optimization based on profiled size

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 31 12:14:44 PDT 2017


xur updated this revision to Diff 93689.
xur marked 3 inline comments as done.
xur added a comment.

integrated David's review comments


https://reviews.llvm.org/D28966

Files:
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/ProfileData/InstrProf.h
  include/llvm/Transforms/InstrProfiling.h
  include/llvm/Transforms/Instrumentation.h
  include/llvm/Transforms/PGOInstrumentation.h
  lib/Passes/PassRegistry.def
  lib/ProfileData/InstrProf.cpp
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  lib/Transforms/Instrumentation/InstrProfiling.cpp
  lib/Transforms/Instrumentation/Instrumentation.cpp
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  test/Transforms/PGOProfile/memop_size_opt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28966.93689.patch
Type: text/x-patch
Size: 30015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170331/5ab31971/attachment.bin>


More information about the llvm-commits mailing list