[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 04:57:33 PST 2024
nikic wrote:
@dtcxzyw Can we solve this by folding `switch(zext(x))` to `switch(x)` instead? That seems like a generally beneficial transform...
https://github.com/llvm/llvm-project/pull/76928
More information about the llvm-commits
mailing list