[X86] Remove mul(abs(x),abs(x)) -> mul(x,x) tests
This is handled in InstCombine (D79319) and its unlikely that these can occur in DAG (see D79304).
Loading
Please sign in to comment
This is handled in InstCombine (D79319) and its unlikely that these can occur in DAG (see D79304).