[PATCH] D41286: [InstCombine] Missed optimization in math expression: sin(x) / cos(x) => tan(x)

Dmitry Venikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 04:29:18 PST 2017


Quolyk updated this revision to Diff 127683.
Quolyk retitled this revision from "[WIP][InstCombine] Missed optimization in math expression: sin(x) / cos(x) => tan(x)" to "[InstCombine] Missed optimization in math expression: sin(x) / cos(x) => tan(x)".

https://reviews.llvm.org/D41286

Files:
  lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  test/Transforms/InstCombine/fdiv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41286.127683.patch
Type: text/x-patch
Size: 4104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171220/1a1da874/attachment.bin>


More information about the llvm-commits mailing list