[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
Sun Jul 30 05:18:51 PDT 2023
nikic added a comment.
Sometimes there are pre-existing failures on the master branch. You can generally ignore any failures that aren't obviously related to your change.
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