[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
Thu Apr 25 08:03:38 PDT 2019


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

fix i8 use of covered table to work when the return is not i8, do not use -O2 in tests. Update tests.


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
  test/Transforms/SimplifyCFG/switch-simplify-range.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60982.196637.patch
Type: text/x-patch
Size: 15687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190425/99cd8b8b/attachment.bin>


More information about the llvm-commits mailing list