[SCEV] Support sub in and negative constants willNotOverflow
This lifts two TODOs from this function, allowing us to prove no-overflow whether it happens through max int (up) or through min int (down) for both and and sub. Differential Revision: https://reviews.llvm.org/D148618 Reviewed By: dmakogon
Loading
Please sign in to comment