[EarlyCSE] Verify hash code in regression tests
authorBryan Chan <bryan.chan@huawei.com>
Sun, 30 Aug 2020 23:17:43 +0000 (19:17 -0400)
committerBryan Chan <bryan.chan@huawei.com>
Fri, 4 Sep 2020 14:40:35 +0000 (10:40 -0400)
commit3404add4684d5959d1ed997149d9896d136d4d3c
tree8575680aac15ce68ee1dc5a3df18939c0842b57d
parent2a03f270d69cf1079feb029f84727288e217588a
[EarlyCSE] Verify hash code in regression tests

As discussed in D86843, -earlycse-debug-hash should be used in more regression
tests to catch inconsistency between the hashing and the equivalence check.

Differential Revision: https://reviews.llvm.org/D86863
54 files changed:
llvm/test/Analysis/MemorySSA/pr41853.ll
llvm/test/CodeGen/PowerPC/no-dup-of-bdnz.ll
llvm/test/CodeGen/X86/mmx-bitcast-fold.ll
llvm/test/DebugInfo/Generic/pr40628.ll
llvm/test/DebugInfo/salvage-cast-debug-info.ll
llvm/test/Feature/OperandBundles/early-cse.ll
llvm/test/Feature/OperandBundles/special-state.ll
llvm/test/Other/debugcounter-earlycse.ll
llvm/test/Other/invariant.group.ll
llvm/test/Other/opt-bisect-legacy-pass-manager.ll
llvm/test/Other/print-debug-counter.ll
llvm/test/Transforms/EarlyCSE/AArch64/intrinsics.ll
llvm/test/Transforms/EarlyCSE/AArch64/ldstN.ll
llvm/test/Transforms/EarlyCSE/AMDGPU/intrinsics.ll
llvm/test/Transforms/EarlyCSE/AMDGPU/memrealtime.ll
llvm/test/Transforms/EarlyCSE/PowerPC/read-reg.ll
llvm/test/Transforms/EarlyCSE/X86/preserve_memoryssa.ll
llvm/test/Transforms/EarlyCSE/and_or.ll
llvm/test/Transforms/EarlyCSE/atomics.ll
llvm/test/Transforms/EarlyCSE/basic.ll
llvm/test/Transforms/EarlyCSE/conditional.ll
llvm/test/Transforms/EarlyCSE/const-speculation.ll
llvm/test/Transforms/EarlyCSE/debug-info-undef.ll
llvm/test/Transforms/EarlyCSE/debuginfo-dce.ll
llvm/test/Transforms/EarlyCSE/edge.ll
llvm/test/Transforms/EarlyCSE/fence.ll
llvm/test/Transforms/EarlyCSE/flags.ll
llvm/test/Transforms/EarlyCSE/floatingpoint.ll
llvm/test/Transforms/EarlyCSE/gc_relocate.ll
llvm/test/Transforms/EarlyCSE/globalsaa-memoryssa.ll
llvm/test/Transforms/EarlyCSE/guards.ll
llvm/test/Transforms/EarlyCSE/instsimplify-dom.ll
llvm/test/Transforms/EarlyCSE/int_sideeffect.ll
llvm/test/Transforms/EarlyCSE/invariant-loads.ll
llvm/test/Transforms/EarlyCSE/invariant.start.ll
llvm/test/Transforms/EarlyCSE/memoryssa.ll
llvm/test/Transforms/EarlyCSE/phi.ll
llvm/test/Transforms/EarlyCSE/pr33406.ll
llvm/test/Transforms/EarlyCSE/readnone-mayunwind.ll
llvm/test/Transforms/EarlyCSE/writeonly.ll
llvm/test/Transforms/GVNHoist/pr37445.ll
llvm/test/Transforms/GVNHoist/pr38807.ll
llvm/test/Transforms/Inline/inline-indirect-chain.ll
llvm/test/Transforms/InstCombine/invariant.group.ll
llvm/test/Transforms/InstSimplify/ConstProp/allones.ll
llvm/test/Transforms/InstSimplify/ConstProp/math-1.ll
llvm/test/Transforms/InstSimplify/ConstProp/math-2.ll
llvm/test/Transforms/InstSimplify/ConstProp/rint.ll
llvm/test/Transforms/InstSimplify/ConstProp/round.ll
llvm/test/Transforms/InstSimplify/ConstProp/trunc.ll
llvm/test/Transforms/InstSimplify/ConstProp/vscale-getelementptr.ll
llvm/test/Transforms/InstSimplify/ConstProp/vscale-shufflevector.ll
llvm/test/Transforms/NaryReassociate/NVPTX/nary-gep.ll
llvm/test/Transforms/Reassociate/cse-pairs.ll