[PATCH] D59514: [PGO] Profile guided code size optimization.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 15:52:22 PDT 2019


yamauchi updated this revision to Diff 192382.
yamauchi marked 5 inline comments as done and an inline comment as not done.
yamauchi added a comment.

address comments.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59514

Files:
  include/llvm/Analysis/ProfileSummaryInfo.h
  include/llvm/Transforms/Scalar/ConstantHoisting.h
  include/llvm/Transforms/Utils/SimplifyLibCalls.h
  include/llvm/Transforms/Utils/UnrollLoop.h
  include/llvm/Transforms/Vectorize/LoopVectorize.h
  lib/Analysis/ProfileSummaryInfo.cpp
  lib/Passes/PassBuilder.cpp
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  lib/Transforms/InstCombine/InstCombineInternal.h
  lib/Transforms/InstCombine/InstructionCombining.cpp
  lib/Transforms/Scalar/ConstantHoisting.cpp
  lib/Transforms/Scalar/LoopLoadElimination.cpp
  lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  lib/Transforms/Scalar/LoopUnrollPass.cpp
  lib/Transforms/Utils/SimplifyLibCalls.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Other/new-pm-defaults.ll
  test/Other/new-pm-lto-defaults.ll
  test/Other/new-pm-thinlto-defaults.ll
  test/Other/opt-O2-pipeline.ll
  test/Other/opt-O3-pipeline.ll
  test/Other/opt-Os-pipeline.ll
  test/Transforms/ConstantHoisting/ARM/const-addr-no-neg-offset.ll
  test/Transforms/InstCombine/fputs-opt-size.ll
  test/Transforms/LoopLoadElim/opt-size.ll
  test/Transforms/LoopUnroll/unroll-opt-attribute.ll
  test/Transforms/LoopVectorize/optsize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59514.192382.patch
Type: text/x-patch
Size: 52474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190326/0d690d14/attachment.bin>


More information about the llvm-commits mailing list