Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llvm: Fix validity predicate for memory reads with symbolic block num…
…bers Previously, this case returned the concretely-true predicate. This is incorrect, as `isAllocatedGeneric` takes an argument `inAlloc`, which is supposed to be applied to the `AllocInfo` of the allocation with the matching block number, as it is in the other branch. Mea culpa, looks like I introduced this bug long ago.
- Loading branch information