[PATCH] D150838: [SimplifyCFG] add nuw/nsw on BuildLookuptable BitMap shiftwidth calculation

Kohei Asano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 22:00:19 PDT 2023


khei4 updated this revision to Diff 523260.
khei4 added a comment.
Herald added subscribers: luke, pcwang-thead, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.

update tests


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

https://reviews.llvm.org/D150838

Files:
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Transforms/SimplifyCFG/RISCV/switch_to_lookup_table-rv32.ll
  llvm/test/Transforms/SimplifyCFG/RISCV/switch_to_lookup_table-rv64.ll
  llvm/test/Transforms/SimplifyCFG/X86/CoveredLookupTable.ll
  llvm/test/Transforms/SimplifyCFG/X86/switch-to-lookup-large-types.ll
  llvm/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
  llvm/test/Transforms/SimplifyCFG/rangereduce.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150838.523260.patch
Type: text/x-patch
Size: 8297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230518/731c7c9e/attachment.bin>


More information about the llvm-commits mailing list