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

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 15:05:58 PDT 2019


yamauchi updated this revision to Diff 194772.
yamauchi marked an inline comment as done.
yamauchi added a comment.

Addressed comments.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59514

Files:
  include/llvm/Transforms/Scalar/ConstantHoisting.h
  include/llvm/Transforms/Utils/SimplifyLibCalls.h
  include/llvm/Transforms/Utils/SizeOpts.h
  include/llvm/Transforms/Utils/UnrollLoop.h
  include/llvm/Transforms/Vectorize/LoopVectorize.h
  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/CMakeLists.txt
  lib/Transforms/Utils/SimplifyLibCalls.cpp
  lib/Transforms/Utils/SizeOpts.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.194772.patch
Type: text/x-patch
Size: 54884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190411/c6783638/attachment.bin>


More information about the llvm-commits mailing list