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

Kohei Asano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 22:17:42 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe21a90f09172: [SimplifyCFG] add nuw/nsw on BuildLookuptable BitMap shiftwidth calculation (authored by khei4).

Changed prior to commit:
  https://reviews.llvm.org/D150838?vs=523260&id=523654#toc

Repository:
  rG LLVM Github Monorepo

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.523654.patch
Type: text/x-patch
Size: 8277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230519/86aa0c95/attachment.bin>


More information about the llvm-commits mailing list