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