You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
0 commit comments