Files
clang-p2996/llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp
Nikita Popov 3f04553e5c [ValueTracking] Use SmallVector for non-undef/poison ops
The way these APIs are used, there isn't really a benefit to
deduplicating the ops as part of the API. The only place that
benefits from this is PoisonChecking, and for that particular
use the assertion emission was potentially non-deterministic.
We should populate a vector for deterministic order and then
deduplicate via a separate set.
2023-01-02 14:40:15 +01:00

13 KiB