Files
clang-p2996/llvm/test/Transforms/InstSimplify/call.ll
Nikita Popov 9b7616856c [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.
2023-05-17 12:31:13 +02:00

49 KiB