[PATCH] D41283: [InstCombine] Missed optimization in math expression: tan(a) * cos(a) == sin(a)
    Dmitry Venikov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan 12 09:55:19 PST 2018
    
    
  
Quolyk added a comment.
In https://reviews.llvm.org/D41283#974798, @spatel wrote:
> Why doesn't tan have an LLVM intrinsic like sin/cos?
I don't know
https://reviews.llvm.org/D41283
    
    
More information about the llvm-commits
mailing list