[PATCH] D59514: [PGO] Profile guided code size optimization.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 13:42:52 PDT 2019
yamauchi updated this revision to Diff 191773.
yamauchi marked an inline comment as done.
yamauchi added a comment.
Address comment.
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.191773.patch
Type: text/x-patch
Size: 51641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190321/68d42722/attachment.bin>
More information about the llvm-commits
mailing list