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

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 13:02:36 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb1012e60a48b: [InstCombine] (NFC) Adding tests for InstCombine contraction of x^2 + 2*x*y +… (authored by rainerzufalldererste, committed by goldstein.w.n).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158078

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

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


More information about the llvm-commits mailing list