This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Support SCEVUMinExpr in getRangeRef.
ClosedPublic

Authored by fhahn on Sep 4 2019, 8:13 AM.

Details

Summary

This patch adds support for SCEVUMinExpr to getRangeRef,
similar to the support for SCEVUMaxExpr.

Diff Detail

Repository
rL LLVM