[PATCH] D65399: [InstCombine] canonicalize fneg before fmul/fdiv

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 09:12:40 PDT 2019


spatel updated this revision to Diff 212177.
spatel marked an inline comment as done.
spatel added a comment.

Patch updated:
Fixed test comments/names to reflect change in transformations.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65399/new/

https://reviews.llvm.org/D65399

Files:
  clang/test/CodeGen/complex-math.c
  llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  llvm/test/Transforms/InstCombine/fadd.ll
  llvm/test/Transforms/InstCombine/fdiv.ll
  llvm/test/Transforms/InstCombine/fmul.ll
  llvm/test/Transforms/InstCombine/fsub.ll
  llvm/test/Transforms/Reassociate/fast-basictest.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65399.212177.patch
Type: text/x-patch
Size: 19829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190729/6dca0378/attachment.bin>


More information about the llvm-commits mailing list