[all-commits] [llvm/llvm-project] e21a90: [SimplifyCFG] add nuw/nsw on BuildLookuptable BitM...
Kohei Asano via All-commits
all-commits at lists.llvm.org
Thu May 18 22:17:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e21a90f09172e4c036b4a3c0011a601ef2d25f82
https://github.com/llvm/llvm-project/commit/e21a90f09172e4c036b4a3c0011a601ef2d25f82
Author: khei4 <kk.asano.luxy at gmail.com>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/test/Transforms/SimplifyCFG/RISCV/switch_to_lookup_table-rv32.ll
M llvm/test/Transforms/SimplifyCFG/RISCV/switch_to_lookup_table-rv64.ll
M llvm/test/Transforms/SimplifyCFG/X86/CoveredLookupTable.ll
M llvm/test/Transforms/SimplifyCFG/X86/switch-to-lookup-large-types.ll
M llvm/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
M llvm/test/Transforms/SimplifyCFG/rangereduce.ll
Log Message:
-----------
[SimplifyCFG] add nuw/nsw on BuildLookuptable BitMap shiftwidth calculation
Differential Revision: https://reviews.llvm.org/D150838
More information about the All-commits
mailing list