[PATCH] D32978: [SCEV] Avoid copying ConstantRange just to get the min/max value
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 24 13:21:38 PDT 2017
sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.
lgtm
I did not carefully check the `getSignedRange(RHS).getSignedMin()` -> `getSignedRangeMin(RHS)` -like transforms, I assumed you got those right.
https://reviews.llvm.org/D32978
More information about the llvm-commits
mailing list