[PATCH] D41659: Implementing missing trigonometric optimizations

ADIL ARUN DANGUI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 21:11:34 PST 2018


cs15btech11041 updated this revision to Diff 128488.
cs15btech11041 edited the summary of this revision.
cs15btech11041 added a comment.

Updates made:

1. Made the test cases more modular as mentioned in the comments.
2. Instead of clang format on entire InstructionCombine.cpp clang-formatted only the modified/inserted code for better understanding.

3.Comments improved.


Repository:
  rL LLVM

https://reviews.llvm.org/D41659

Files:
  lib/Transforms/InstCombine/InstCombineInternal.h
  lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  lib/Transforms/InstCombine/InstructionCombining.cpp
  test/Transforms/InstCombine/combined.ll
  test/Transforms/InstCombine/combined_different_arguments.ll
  test/Transforms/InstCombine/sin_div_tan.ll
  test/Transforms/InstCombine/sin_mul_cos.ll
  test/Transforms/InstCombine/tan_div_sin.ll
  test/Transforms/InstCombine/tan_mul_cos.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41659.128488.patch
Type: text/x-patch
Size: 13104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180103/363a2fb2/attachment.bin>


More information about the llvm-commits mailing list