Files
clang-p2996/llvm/lib/Transforms/Scalar/JumpThreading.cpp
Nikita Popov 79d6f52c4f [LVI] Use Constant instead of Tristate for predicate results
A lot of the users just end up converting it into a Constant
themselves. Doing this in the API leaves less room for error
with vector types, and brings getPredicateResult() closer to
LatticeValueElement::getCompare(), hopefully allowing us to
consolidate them.
2024-07-04 17:28:09 +02:00

123 KiB