Files
clang-p2996/llvm/test/Analysis/BasicAA/range.ll
Mikhail Gudim 4a2a6a4111 [ValueTracking] Try to infer range of select from true and false values. (#68256)
When computing range of `select` instruction, first compute the union of
ranges of "True" and "False" operands of the `select` instruction.
2023-10-05 13:23:05 -04:00

9.0 KiB