llvm-project
e4c3b037
- [InstCombine] Fold `tan(x) * cos(x) => sin(x)` (#136319)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
105 days ago
[InstCombine] Fold `tan(x) * cos(x) => sin(x)` (#136319) This patch enables folding `tan(x) * cos(x) -> sin(x)` under the `contract` flag. Fixes https://github.com/llvm/llvm-project/issues/34950.
References
#136319 - [InstCombine] Fold tan(x) * cos(x) => sin(x)
Author
amordo
Parents
8fc20bff
Loading