[InstCombine] Don't fold `uadd.sat` to `or` if it increase instruction count
In the `(cmp eq/ne (uadd.sat X, Y),0)` case, we where missing a `hasOneUse` check. Differential Revision: https://reviews.llvm.org/D149425
Loading
Please sign in to comment