[PATCH] D61150: [SimplifyCFG] NFC, update Switch tests to HEAD so I can see if my changes change anything

Shawn Landden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 20:34:51 PDT 2019


shawnl updated this revision to Diff 200867.
shawnl added a comment.

remove line nikic mentioned


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61150/new/

https://reviews.llvm.org/D61150

Files:
  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-genfori8.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-simplify-range.ll
  test/Transforms/SimplifyCFG/switch_create-custom-dl.ll
  test/Transforms/SimplifyCFG/switch_create.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61150.200867.patch
Type: text/x-patch
Size: 195593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190523/9c925aec/attachment-0001.bin>


More information about the llvm-commits mailing list