Files
clang-p2996/llvm/lib/Analysis/AssumeBundleQueries.cpp
Nikita Popov 56f569049c [ValueTracking] Handle operand bundle assumes in same loop (NFCI)
We are already iterating over all assumes in AC, so handle
operand bundle based assumes in the same loop, instead of querying
them separately.

To keep the debug counter working, make it work per-bundle rather
than per-value.
2023-11-21 14:34:02 +01:00

7.5 KiB