[InstCombine] Add test for missed opportunity to fold 'or' into 'mul' operand. NFC
We are able to fold or (mul X, Y), X --> mul X, (add Y, 1) (when the multiply has no common bits with X) but we miss it if the mul operands are commuted.
parent
7a0fd97a
Please register or sign in to comment