[PATCH] D156347: [InstCombine] Tests for D156026 (Contracting x^2 + 2*x*y + y^2 to (x + y)^2 (integer))

Christoph Stiller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 10:09:35 PDT 2023


rainerzufalldererste created this revision.
rainerzufalldererste added a reviewer: nikic.
Herald added subscribers: mstorsjo, StephenFan.
Herald added a project: All.
rainerzufalldererste requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Not sure if this is what you intended, but since there's been no further response to the other Revision, I'll presume that this is the correct cause of action.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156347

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156347.544418.patch
Type: text/x-patch
Size: 24511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230726/8504a139/attachment.bin>


More information about the llvm-commits mailing list