[PATCH] D88287: [NARY-REASSOCIATE] Support reassociation of min/max

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 01:07:39 PST 2021


ebrevnov added a comment.

In D88287#2609126 <https://reviews.llvm.org/D88287#2609126>, @lebedev.ri wrote:

> Fixed SCEVExpaned in b46c085d2b6d15873fb53718f0a70b3848e19e4a <https://reviews.llvm.org/rGb46c085d2b6d15873fb53718f0a70b3848e19e4a>, please rebase/update this patch accordingly.
>
> But, i think we may have a problem still.
> Does this patch intend to reassociate only integers, or pointers too? :)

Updated to use SCEVExpander and limited to integer types only.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88287/new/

https://reviews.llvm.org/D88287



More information about the llvm-commits mailing list