]> granicus.if.org Git - llvm/commit
[SimplifyCFG] NFC, update Switch tests to HEAD so I can see if my changes change...
authorShawn Landden <shawn@git.icu>
Sun, 26 May 2019 13:52:41 +0000 (13:52 +0000)
committerShawn Landden <shawn@git.icu>
Sun, 26 May 2019 13:52:41 +0000 (13:52 +0000)
commit5afceac624c6b7e966df6f9d16bf662959230857
treed1b3e4d87b9e8f25d033bb6751d7b88ae690737e
parentca6009d9a02538dc01f654bf68f1cd355849a9c6
[SimplifyCFG] NFC, update Switch tests to HEAD so I can see if my changes change anything

Also add baseline tests to show effect of later patches.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361725 91177308-0d34-0410-b5e6-96231b3b80d8
15 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/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