Files
clang-p2996/llvm/test/Transforms/FunctionAttrs
Nikita Popov 6361a8a1b7 [CaptureTracking] Check for equality predicate for null comparisons
The logic here is not valid for non-equality comparisons. E.g.
using slt will leak the sign bit, regardless of whether the
pointer is dereferenceable.

This fix is split out from https://github.com/llvm/llvm-project/pull/125880.
2025-02-20 13:08:45 +01:00
..