[PATCH] D158078: [InstCombine] (NFC) Adding tests for InstCombine contraction of x^2 + 2*x*y + y^2 into (x + y)^2 (float)

Christoph Stiller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 06:50:15 PDT 2023


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

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158078

Files:
  llvm/test/Transforms/InstCombine/fadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158078.550735.patch
Type: text/x-patch
Size: 24470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230816/7841c889/attachment.bin>


More information about the llvm-commits mailing list