forked from OSchip/llvm-project
![]() 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 |
||
---|---|---|
.. | ||
alias-merge-blocks.ll | ||
atomic.ll | ||
entry-block-shuffled.ll | ||
gep-references-bb.ll | ||
gep-used-outside.ll | ||
int64-and-ptr.ll | ||
last-block-produce-no-value.ll | ||
lit.local.cfg | ||
multiple-blocks-does-work.ll | ||
pair-int32-int32.ll | ||
pr36557.ll | ||
pr41917.ll | ||
split-block-does-work.ll | ||
tuple-four-int8.ll | ||
two-complex-bb.ll | ||
volatile.ll |