[PATCH] D59514: [PGO] Profile guided code size optimization.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 12 13:45:28 PDT 2019
yamauchi updated this revision to Diff 194956.
yamauchi added a comment.
Rebased.
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.194956.patch
Type: text/x-patch
Size: 54893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190412/48a4e2a7/attachment-0001.bin>
More information about the llvm-commits
mailing list