Split off of D67120.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D71288
[PGO][PGSO] Enable size optimizations in code gen / target passes for cold code. ClosedPublic Authored by hjyamauchi on Dec 10 2019, 10:38 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: luismarques, apazos, sameer.abuasal and 20 others. · View Herald Transcript This revision is now accepted and ready to land.Dec 10 2019, 10:47 AM Closed by commit rGed50e6060b1c: [PGO][PGSO] Enable size optimizations in code gen / target passes for cold code. (authored by hjyamauchi). · Explain WhyDec 13 2019, 11:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 233837 llvm/lib/Transforms/Utils/SizeOpts.cpp
llvm/test/CodeGen/AArch64/arm64-memset-to-bzero-pgso.ll
llvm/test/CodeGen/AArch64/max-jump-table.ll
llvm/test/CodeGen/ARM/constantpool-align.ll
llvm/test/CodeGen/RISCV/tail-calls.ll
llvm/test/CodeGen/X86/atom-pad-short-functions.ll
llvm/test/CodeGen/X86/avx-cvt.ll
llvm/test/CodeGen/X86/avx512-mask-op.ll
llvm/test/CodeGen/X86/bypass-slow-division-tune.ll
llvm/test/CodeGen/X86/cmov-into-branch.ll
llvm/test/CodeGen/X86/conditional-tailcall-pgso.ll
llvm/test/CodeGen/X86/fixup-lea.ll
llvm/test/CodeGen/X86/fold-load-unops.ll
llvm/test/CodeGen/X86/fshl.ll
llvm/test/CodeGen/X86/fshr.ll
llvm/test/CodeGen/X86/haddsub.ll
llvm/test/CodeGen/X86/immediate_merging.ll
llvm/test/CodeGen/X86/immediate_merging64.ll
llvm/test/CodeGen/X86/loop-blocks.ll
llvm/test/CodeGen/X86/materialize.ll
llvm/test/CodeGen/X86/memcmp-pgso.ll
llvm/test/CodeGen/X86/memcpy.ll
llvm/test/CodeGen/X86/powi.ll
llvm/test/CodeGen/X86/rounding-ops.ll
llvm/test/CodeGen/X86/shrink-compare-pgso.ll
llvm/test/CodeGen/X86/slow-incdec.ll
llvm/test/CodeGen/X86/splat-for-size.ll
llvm/test/CodeGen/X86/store-zero-and-minus-one.ll
llvm/test/CodeGen/X86/switch-density.ll
llvm/test/CodeGen/X86/tail-opts.ll
llvm/test/CodeGen/X86/test-vs-bittest.ll
llvm/test/CodeGen/X86/vector-shuffle-256-v4.ll
llvm/test/CodeGen/X86/x86-64-bittest-logic.ll
llvm/test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll
llvm/test/CodeGen/X86/x86-repmov-copy-eflags.ll
llvm/test/Transforms/CodeGenPrepare/X86/sink-addrmode.ll
|