[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
Wed Aug 16 06:52:47 PDT 2023


rainerzufalldererste created this revision.
rainerzufalldererste added a reviewer: majnemer.
Herald added a subscriber: hiraditya.
Herald added a project: All.
rainerzufalldererste requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Resolves https://github.com/llvm/llvm-project/issues/61296 if https://reviews.llvm.org/D156026 didn't suffice.


Repository:
  rG LLVM Github Monorepo

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.550736.patch
Type: text/x-patch
Size: 12464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230816/314f3d00/attachment.bin>


More information about the llvm-commits mailing list