[PATCH] D60982: [SimplifyCFG] Use lookup tables when they are more space efficient or a huge speed win.

Shawn Landden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 06:38:13 PDT 2019


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

also remove Sub (turns out Sub does not get normalized to Add like I thought it would.


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

https://reviews.llvm.org/D60982

Files:
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Transforms/SimplifyCFG/switch-genfori8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60982.196440.patch
Type: text/x-patch
Size: 10875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190424/8469e53f/attachment.bin>


More information about the llvm-commits mailing list