[llvm] [SCCP] Check whether the default case is reachable (PR #76295)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 30 01:08:20 PST 2023


nikic wrote:

What happens if the default is already unreachable? Will we replace it with a new unreachable block? It would be good to skip the update in that case.

https://github.com/llvm/llvm-project/pull/76295


More information about the llvm-commits mailing list