[PATCH] D67434: [InstCombine] Limit FMul constant folding for fma simplifications.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 09:55:52 PDT 2019


fhahn updated this revision to Diff 219737.
fhahn edited the summary of this revision.
fhahn added a comment.

Split off simplifications not requiring rounding from SimplifFMulInst as SimplifyFMAFMul.


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

https://reviews.llvm.org/D67434

Files:
  llvm/include/llvm/Analysis/InstructionSimplify.h
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/fma.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67434.219737.patch
Type: text/x-patch
Size: 11084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190911/c69c5705/attachment.bin>


More information about the llvm-commits mailing list