]> granicus.if.org Git - llvm/commit
[SimplifyCFG] NFC, update Switch tests to better examine successive patches
authorShawn Landden <shawn@git.icu>
Thu, 13 Jun 2019 04:51:35 +0000 (04:51 +0000)
committerShawn Landden <shawn@git.icu>
Thu, 13 Jun 2019 04:51:35 +0000 (04:51 +0000)
commit25a335a1d89e07ffbafba39c773a537499536d3c
tree2d5d955e11b911179e0d5fadf84fe5e33f775369
parentb966959f5339b7decac63ea876e567b84d51e2eb
[SimplifyCFG] NFC, update Switch tests to better examine successive patches

Also add baseline tests to show effect of later patches.

There were a couple of regressions here that were never caught,
but my patch set that this is a preparation to will fix them.

Differential Revision: https://reviews.llvm.org/D61150

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363226 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
test/Transforms/SimplifyCFG/ARM/cttz-ctlz.ll
test/Transforms/SimplifyCFG/ARM/select-trunc-i64.ll
test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table-constant-expr.ll
test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table.ll
test/Transforms/SimplifyCFG/CoveredLookupTable.ll
test/Transforms/SimplifyCFG/X86/disable-lookup-table.ll
test/Transforms/SimplifyCFG/X86/speculate-cttz-ctlz.ll
test/Transforms/SimplifyCFG/X86/switch-covered-bug.ll
test/Transforms/SimplifyCFG/X86/switch-table-bug.ll
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/switch-dead-default.ll
test/Transforms/SimplifyCFG/switch-masked-bits.ll
test/Transforms/SimplifyCFG/switch-on-const-select.ll
test/Transforms/SimplifyCFG/switch-range-to-icmp.ll
test/Transforms/SimplifyCFG/switch_create-custom-dl.ll
test/Transforms/SimplifyCFG/switch_create.ll
test/Transforms/SimplifyCFG/switch_switch_fold.ll
test/Transforms/SimplifyCFG/switch_thread.ll
test/Transforms/SimplifyCFG/switch_undef.ll