[all-commits] [llvm/llvm-project] 1362df: [SimplifyCFG] add nsw on SwitchToLookupTable index...
Kohei Asano via All-commits
all-commits at lists.llvm.org
Tue May 23 02:02:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1362dfe16583607e39ac88e2a4de0f356c407cc7
https://github.com/llvm/llvm-project/commit/1362dfe16583607e39ac88e2a4de0f356c407cc7
Author: khei4 <kk.asano.luxy at gmail.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
Log Message:
-----------
[SimplifyCFG] add nsw on SwitchToLookupTable index calculation on MinCaseVal subtraction
Differential Revision: https://reviews.llvm.org/D146903
Reviewed By: nikic
More information about the All-commits
mailing list