[Transforms] Add more cos combinations to SimplifyLibCalls and InstCombine (#79699)
Add cos(fabs(x)) -> cos(x) and cos(copysign(x, y)) -> cos(x).
parent
9805c051
Please register or sign in to comment
Add cos(fabs(x)) -> cos(x) and cos(copysign(x, y)) -> cos(x).