[SCEV] Add support for `x != 0` to CollectCondition.
Add support for NE predicates with 0 constants. Those can be translated to UMaxExpr(x, 1).
parent
3a69ebf0
Please register or sign in to comment
Add support for NE predicates with 0 constants. Those can be translated to UMaxExpr(x, 1).