llvm-project/llvm/test/Transforms/MergeICmps/X86
Nikita Popov f502683750 [MergeICmps] Relax sinking check
The check for sinking instructions past the load + cmp sequence
currently checks for side-effects, which includes writing to memory
and unwinding. However, I don't believe we care about sinking the
instructions past an unwind (as they don't have any side-effects
themselves).

Differential Revision: https://reviews.llvm.org/D106591
2021-07-23 22:16:11 +02:00
..
alias-merge-blocks.ll [tests] Stablize tests for possible change in deref semantics 2021-07-14 13:05:43 -07:00
atomic.ll
entry-block-shuffled.ll [tests] Stablize tests for possible change in deref semantics 2021-07-14 13:05:43 -07:00
gep-references-bb.ll [tests] Stablize tests for possible change in deref semantics 2021-07-14 13:05:43 -07:00
gep-used-outside.ll
int64-and-ptr.ll [tests] Stablize tests for possible change in deref semantics 2021-07-14 13:05:43 -07:00
last-block-produce-no-value.ll
lit.local.cfg
multiple-blocks-does-work.ll [tests] Stablize tests for possible change in deref semantics 2021-07-14 13:05:43 -07:00
pair-int32-int32.ll [tests] Stablize tests for possible change in deref semantics 2021-07-14 13:05:43 -07:00
pr36557.ll
pr41917.ll Revert "[BuildLibCalls/SimplifyLibCalls] Fix attributes on created CallInst instructions." 2021-06-24 19:24:34 -07:00
split-block-does-work.ll [MergeICmps] Relax sinking check 2021-07-23 22:16:11 +02:00
tuple-four-int8.ll
two-complex-bb.ll
volatile.ll