[ValueTracking] Fix i1 abs range (PR62760)
For i1 operations, we may end up returning an empty range instead of a full one. Make sure to use the getNonEmpty constructor. Fixes https://github.com/llvm/llvm-project/issues/62760.
Loading
Please sign in to comment