Files
clang-p2996/llvm/lib/Analysis/ValueTracking.cpp
Noah Goldstein 6f9b0a7095 [ValueTracking] Compute knownbits for (and/or cond0, cond1) on both sides of branch
The false branch for `and` and true branch for `or` provide less
information (intersection as opposed to union), but still can give
some useful information.

Closes #82818
2024-02-25 12:44:23 -06:00

335 KiB