[all-commits] [llvm/llvm-project] ed50e6: [PGO][PGSO] Enable size optimizations in code gen ...
hjyamauchi via All-commits
all-commits at lists.llvm.org
Fri Dec 13 11:01:43 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ed50e6060b1c51ec4a5dad6c01a64a5f1526cdb5
https://github.com/llvm/llvm-project/commit/ed50e6060b1c51ec4a5dad6c01a64a5f1526cdb5
Author: Hiroshi Yamauchi <yamauchi at google.com>
Date: 2019-12-13 (Fri, 13 Dec 2019)
Changed paths:
M llvm/lib/Transforms/Utils/SizeOpts.cpp
A llvm/test/CodeGen/AArch64/arm64-memset-to-bzero-pgso.ll
M llvm/test/CodeGen/AArch64/max-jump-table.ll
M llvm/test/CodeGen/ARM/constantpool-align.ll
M llvm/test/CodeGen/RISCV/tail-calls.ll
M llvm/test/CodeGen/X86/atom-pad-short-functions.ll
M llvm/test/CodeGen/X86/avx-cvt.ll
M llvm/test/CodeGen/X86/avx512-mask-op.ll
M llvm/test/CodeGen/X86/bypass-slow-division-tune.ll
M llvm/test/CodeGen/X86/cmov-into-branch.ll
A llvm/test/CodeGen/X86/conditional-tailcall-pgso.ll
M llvm/test/CodeGen/X86/fixup-lea.ll
M llvm/test/CodeGen/X86/fold-load-unops.ll
M llvm/test/CodeGen/X86/fshl.ll
M llvm/test/CodeGen/X86/fshr.ll
M llvm/test/CodeGen/X86/haddsub.ll
M llvm/test/CodeGen/X86/immediate_merging.ll
M llvm/test/CodeGen/X86/immediate_merging64.ll
M llvm/test/CodeGen/X86/loop-blocks.ll
M llvm/test/CodeGen/X86/materialize.ll
A llvm/test/CodeGen/X86/memcmp-pgso.ll
M llvm/test/CodeGen/X86/memcpy.ll
M llvm/test/CodeGen/X86/powi.ll
M llvm/test/CodeGen/X86/rounding-ops.ll
A llvm/test/CodeGen/X86/shrink-compare-pgso.ll
M llvm/test/CodeGen/X86/slow-incdec.ll
M llvm/test/CodeGen/X86/splat-for-size.ll
M llvm/test/CodeGen/X86/store-zero-and-minus-one.ll
M llvm/test/CodeGen/X86/switch-density.ll
M llvm/test/CodeGen/X86/tail-opts.ll
M llvm/test/CodeGen/X86/test-vs-bittest.ll
M llvm/test/CodeGen/X86/vector-shuffle-256-v4.ll
M llvm/test/CodeGen/X86/x86-64-bittest-logic.ll
M llvm/test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll
M llvm/test/CodeGen/X86/x86-repmov-copy-eflags.ll
M llvm/test/Transforms/CodeGenPrepare/X86/sink-addrmode.ll
Log Message:
-----------
[PGO][PGSO] Enable size optimizations in code gen / target passes for cold code.
Summary: Split off of D67120.
Reviewers: davidxl
Subscribers: hiraditya, asb, rbar, johnrusso, simoncook, sabuasal, niosHD, jrtc27, MaskRay, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, PkmX, jocewei, lenary, s.egerton, pzheng, sameer.abuasal, apazos, luismarques, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71288
More information about the All-commits
mailing list