[all-commits] [llvm/llvm-project] 9ff36d: [PGO][InstrProf][test] Convert to opaque pointers ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jul 16 11:42:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ff36df5a4a7d52c51e950522870bb64912688d2
https://github.com/llvm/llvm-project/commit/9ff36df5a4a7d52c51e950522870bb64912688d2
Author: Fangrui Song <i at maskray.me>
Date: 2022-07-16 (Sat, 16 Jul 2022)
Changed paths:
M llvm/test/Instrumentation/InstrProfiling/always_inline.ll
M llvm/test/Instrumentation/InstrProfiling/atomic-updates.ll
M llvm/test/Instrumentation/InstrProfiling/comdat.ll
M llvm/test/Instrumentation/InstrProfiling/coverage.ll
M llvm/test/Instrumentation/InstrProfiling/debug-info-correlate-coverage.ll
M llvm/test/Instrumentation/InstrProfiling/debug-info-correlate.ll
M llvm/test/Instrumentation/InstrProfiling/early-exit.ll
M llvm/test/Instrumentation/InstrProfiling/icall-comdat.ll
M llvm/test/Instrumentation/InstrProfiling/icall-nocomdat.ll
M llvm/test/Instrumentation/InstrProfiling/noruntime.ll
M llvm/test/Instrumentation/InstrProfiling/platform.ll
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
M llvm/test/Instrumentation/InstrProfiling/runtime-counter-relocation.ll
M llvm/test/Transforms/PGOProfile/Inputs/thinlto_cspgo_bar_gen.ll
M llvm/test/Transforms/PGOProfile/Inputs/thinlto_cspgo_bar_use.ll
M llvm/test/Transforms/PGOProfile/Inputs/thinlto_samplepgo_icp.ll
M llvm/test/Transforms/PGOProfile/Inputs/thinlto_samplepgo_icp3.ll
M llvm/test/Transforms/PGOProfile/PR41279.ll
M llvm/test/Transforms/PGOProfile/PR41279_2.ll
M llvm/test/Transforms/PGOProfile/bfi_verification.ll
M llvm/test/Transforms/PGOProfile/callbr.ll
M llvm/test/Transforms/PGOProfile/chr.ll
M llvm/test/Transforms/PGOProfile/chr_coro.ll
M llvm/test/Transforms/PGOProfile/comdat_internal.ll
M llvm/test/Transforms/PGOProfile/comdat_rename.ll
M llvm/test/Transforms/PGOProfile/consecutive-zeros.ll
M llvm/test/Transforms/PGOProfile/counter_promo_exit_catchswitch.ll
M llvm/test/Transforms/PGOProfile/counter_promo_exit_merge.ll
M llvm/test/Transforms/PGOProfile/counter_promo_mexits.ll
M llvm/test/Transforms/PGOProfile/counter_promo_nest-inseltpoison.ll
M llvm/test/Transforms/PGOProfile/counter_promo_nest.ll
M llvm/test/Transforms/PGOProfile/counter_promo_with_bias.ll
M llvm/test/Transforms/PGOProfile/cspgo_profile_summary.ll
M llvm/test/Transforms/PGOProfile/diag_no_value_sites.ll
M llvm/test/Transforms/PGOProfile/do-not-instrument.ll
M llvm/test/Transforms/PGOProfile/fix_bfi.ll
M llvm/test/Transforms/PGOProfile/func_entry.ll
M llvm/test/Transforms/PGOProfile/icp_covariant_call_return.ll
M llvm/test/Transforms/PGOProfile/icp_covariant_invoke_return.ll
M llvm/test/Transforms/PGOProfile/icp_invoke.ll
M llvm/test/Transforms/PGOProfile/icp_invoke_nouse.ll
M llvm/test/Transforms/PGOProfile/icp_mismatch_msg.ll
M llvm/test/Transforms/PGOProfile/icp_sample.ll
M llvm/test/Transforms/PGOProfile/icp_vararg.ll
M llvm/test/Transforms/PGOProfile/icp_vararg_sret.ll
M llvm/test/Transforms/PGOProfile/indirect_call_annotation.ll
M llvm/test/Transforms/PGOProfile/indirect_call_profile.ll
M llvm/test/Transforms/PGOProfile/indirect_call_profile_funclet.ll
M llvm/test/Transforms/PGOProfile/indirect_call_promotion.ll
M llvm/test/Transforms/PGOProfile/indirect_call_promotion_byval.ll
M llvm/test/Transforms/PGOProfile/indirect_call_promotion_musttail.ll
M llvm/test/Transforms/PGOProfile/indirect_call_promotion_unique.ll
M llvm/test/Transforms/PGOProfile/indirect_call_promotion_vla.ll
M llvm/test/Transforms/PGOProfile/indirectbr.ll
M llvm/test/Transforms/PGOProfile/infinite_loop.ll
M llvm/test/Transforms/PGOProfile/irreducible.ll
M llvm/test/Transforms/PGOProfile/landingpad.ll
M llvm/test/Transforms/PGOProfile/memcpy.ll
M llvm/test/Transforms/PGOProfile/memop_clone.ll
M llvm/test/Transforms/PGOProfile/memop_hash.ll
M llvm/test/Transforms/PGOProfile/memop_profile_funclet.ll
M llvm/test/Transforms/PGOProfile/memop_size_annotation.ll
M llvm/test/Transforms/PGOProfile/memop_size_from_strlen.ll
M llvm/test/Transforms/PGOProfile/memop_size_opt.ll
M llvm/test/Transforms/PGOProfile/memop_size_opt_skip_ranges_promote_three.ll
M llvm/test/Transforms/PGOProfile/memop_size_opt_zero.ll
M llvm/test/Transforms/PGOProfile/misexpect-branch-correct.ll
M llvm/test/Transforms/PGOProfile/misexpect-branch-overflow.ll
M llvm/test/Transforms/PGOProfile/misexpect-branch-stripped.ll
M llvm/test/Transforms/PGOProfile/misexpect-branch-unpredictable.ll
M llvm/test/Transforms/PGOProfile/misexpect-branch.ll
M llvm/test/Transforms/PGOProfile/misexpect-switch-default.ll
M llvm/test/Transforms/PGOProfile/misexpect-switch.ll
M llvm/test/Transforms/PGOProfile/multiple_hash_profile.ll
M llvm/test/Transforms/PGOProfile/noprofile.ll
M llvm/test/Transforms/PGOProfile/not_promote_ret_exit.ll
M llvm/test/Transforms/PGOProfile/ppc-prevent-mma-types.ll
M llvm/test/Transforms/PGOProfile/select_hash_conflict.ll
M llvm/test/Transforms/PGOProfile/split-indirectbr-critical-edges.ll
M llvm/test/Transforms/PGOProfile/thinlto_samplepgo_icp.ll
M llvm/test/Transforms/PGOProfile/thinlto_samplepgo_icp3.ll
M llvm/test/Transforms/PGOProfile/thinlto_samplepgo_icp_droppeddead.ll
Log Message:
-----------
[PGO][InstrProf][test] Convert to opaque pointers and fix some stale tests
More information about the All-commits
mailing list