[PATCH] D156026: [InstCombine] 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
Thu Aug 3 10:51:35 PDT 2023


rainerzufalldererste added a comment.

`clang-format` appears to also be happy on buildkite now as well, sorry for the inconveniences. to me it looks like all failed tests are unrelated, so should be ready to be committed by someone with access. Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156026



More information about the llvm-commits mailing list