If we allocate a tainted amount of memory, the extent of that region will clearly depend on a tainted value.
We could later make use of this, for example when we try to prove that the array access is valid (0 <= idx < extent).
If the inequality would depend on the tainted value, we should still emit a warning (in ArrayBoundV2), as we currently do if the idx is tainted.