"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "505fd86bd219f214d1e245618e0665b82f6404c4"
Rework the logic that determines if a store completely overlaps an ealier store.
There are two ways that a later store can comletely overlap a previous store: 1. They both start at the same offset, but the earlier store's size is <= the later's size, or 2. The earlier store's offset is > the later's offset, but it's offset + size doesn't extend past the later's offset + size. llvm-svn: 128332
Loading
Please register or sign in to comment