llvm-project/llvm/test/Transforms/MergeICmps/X86
Benjamin Kramer a76b64ff80 [MergeICmps] Don't crash when memcmp is not available
Fixes clang crashing with -fno-builtin, PR37527.

llvm-svn: 332808
2018-05-19 12:51:59 +00:00
..
entry-block-shuffled.ll [MergeICmp] Fix a bug in entry block shuffled to middle of the chain 2018-03-20 11:57:54 +00:00
last-block-produce-no-value.ll [MergeICmp] Fix a bug in MergeICmp that can lead to a block being processed more than once. 2018-02-28 12:08:00 +00:00
lit.local.cfg Re-land "[MergeICmps] Disable mergeicmps if the target does not want to handle memcmp expansion." 2017-10-10 08:00:45 +00:00
multiple-blocks-does-work.ll [MergeICmp] We can discard initial blocks that do other work 2018-03-05 13:54:47 +00:00
pair-int32-int32.ll [MergeICmps] Don't crash when memcmp is not available 2018-05-19 12:51:59 +00:00
pr36557.ll [MergeICmps] Make sure that the comparison only has one use. 2018-03-13 07:05:55 +00:00
split-block-does-work.ll [MergeICmp] Split blocks that do other work. 2018-04-09 13:14:06 +00:00
tuple-four-int8.ll [MergeICmp] Split blocks that do other work. 2018-04-09 13:14:06 +00:00
two-complex-bb.ll [MergeICmps] Handle chains with several complex BCE basic blocks. 2018-02-06 12:25:33 +00:00
volatile.ll Re-land "[MergeICmps] Disable mergeicmps if the target does not want to handle memcmp expansion." 2017-10-10 08:00:45 +00:00