[PATCH] D67514: [SCEV] Add smin/umin support to getRangeRef

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 13:07:50 PDT 2019


fhahn accepted this revision.
fhahn added a comment.

LGTM, thanks! I've just landed D67177 <https://reviews.llvm.org/D67177>, to avoid delays with this patch.

FYI my motivation for UMin support is improving SCEV results with information from loop guards: D67178 <https://reviews.llvm.org/D67178>.


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

https://reviews.llvm.org/D67514





More information about the llvm-commits mailing list