[InstCombine] try to canonicalize icmp with trunc op into mask and cmp
The motivating test is based on: https://llvm.org/PR52260 We have better analysis for X == 0, so try harder to form that.
Loading
Please register or sign in to comment
The motivating test is based on: https://llvm.org/PR52260 We have better analysis for X == 0, so try harder to form that.