Files
clang-p2996/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
AtariDreams c6b5ea339d [Transforms] Expand optimizeTan to fold more inverse trig pairs (#77799)
optimizeTan has been renamed to optimizeTrigInversionPairs as a result.

Sadly, this is not mathematically true that all inverse pairs fold to x.
For example, asin(sin(x)) does not fold to x if x is over 2pi.
2024-02-06 15:30:35 +05:30

154 KiB