[PATCH] D158079: [InstCombine] Contracting x^2 + 2*x*y + y^2 to (x + y)^2 (float)

Christoph Stiller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 11:24:58 PDT 2023


rainerzufalldererste updated this revision to Diff 553552.
rainerzufalldererste added a comment.

Well spotted, much cleaner now. Comments added as requested.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158079

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/test/Transforms/InstCombine/fadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158079.553552.patch
Type: text/x-patch
Size: 14925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230825/15cc5ae5/attachment.bin>


More information about the llvm-commits mailing list