[PATCH] D147299: [InstCombine] Add support for maximum(a,b) + minimum(a,b) => a + b
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 02:55:23 PDT 2023
skatkov added a comment.
In D147299#4247852 <https://reviews.llvm.org/D147299#4247852>, @mkazantsev wrote:
> Maybe it makes sense to add alive2 links into test or code comments to demonstrate correctness.
As I wrote in description, alive2 ends with timeout on these tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147299/new/
https://reviews.llvm.org/D147299
More information about the llvm-commits
mailing list