[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
Sat Jul 22 11:52:41 PDT 2023
rainerzufalldererste marked 4 inline comments as done.
rainerzufalldererste added a comment.
alive2: https://alive2.llvm.org/ce/z/ri5iFw
I've left out the FP part for now, as you suggested - and am going to focus on testing now. That should hopefully reveal the cases that aren't covered yet. 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