llvm-project/llvm/test/Transforms/MergeICmps
Nikita Popov 757409da7a [MergeICmps] Ignore clobbering instructions before the loads
This is another followup to D106591. Even if there is an
instruction that clobbers one of the loads, this doesn't matter if
it happens before the loads. Those instructions aren't affected by
the transform at all.

The gep-references-bb.ll is modified to preserve the spirit of the
test, as the store to @g no longer impacts the transform.

Differential Revision: https://reviews.llvm.org/D108782
2021-08-27 23:31:35 +02:00
..
X86 [MergeICmps] Ignore clobbering instructions before the loads 2021-08-27 23:31:35 +02:00
pair-int32-int32.ll