[PATCH] D41286: [InstCombine] Missed optimization in math expression: sin(x) / cos(x) => tan(x)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 11 08:02:03 PST 2018
spatel added a subscriber: bkramer.
spatel added a comment.
For reference, @bkramer improved (thanks!) the attribute propagation:
https://reviews.llvm.org/rL322284
https://reviews.llvm.org/rL322285
https://reviews.llvm.org/D41286
More information about the llvm-commits
mailing list