"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "582c16013d261d3a5906734672540386291d79bd"
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumulateConstantOffset().
The later API is nicer than the former, and is correct regarding wrap-around offsets (if anyone cares). There are a few more places left with duplicated code, which I'll remove soon. llvm-svn: 171259
Loading
Please register or sign in to comment