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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 02:02:53 PDT 2023


nikic added a comment.

> 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.

This is right. Can you please rebase https://reviews.llvm.org/D156026 on top of this patch now? It will then only show test diffs relative to this patch.


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