[llvm] [ConstraintElim] Handle switch cases with the same destination (PR #76928)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 01:32:57 PST 2024


https://github.com/nikic commented:

I don't think this is a good fit for ConstraintElimination. I'd expect either IPSCCP or CVP to optimize such cases. If they don't, we should fix it there.

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


More information about the llvm-commits mailing list