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