[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
Mon Jul 31 16:14:56 PDT 2023


rainerzufalldererste added a comment.

Just noticed that I accidentally removed the FIXME comments, but since this isn't intended to be committed directly, I guess it's not that big of a deal. Otherwise, please let me know.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156347



More information about the llvm-commits mailing list