[clang-tools-extra] [llvm] [SimplifyCFG] Find the minimal table considering overflow in `switchToLookupTable` (PR #67885)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 22 06:27:54 PST 2023
DianQK wrote:
I apologize for the delayed response to the PR. I have resolved all regressions.
When a signed max-min cannot construct a lookup table, fall back to the min lookup table.
https://github.com/llvm/llvm-project/pull/67885
More information about the cfe-commits
mailing list