[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
Sun Jul 30 03:52:38 PDT 2023
rainerzufalldererste added a comment.
Any ideas, what these failed UnitTests are about? Adding a bunch of tests to one particular file shouldn't break random other things imo. Or am I missing something?
Or are `CodeGen/error-stmt-in-non-affine-region.ll`, `CodeGen/large-numbers-in-boundary-context.ll` or `SemaTemplate/instantiate-function-1.mm` somehow related to this 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