"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bf646f2986581f223adc8a148a9a2936afd15013"
[SROA] Use the members for New{Begin,End}Offset in the rewrite helpers
rather than passing them as arguments. While I generally prefer actual arguments, in this case the readability loss is substantial. By using members we avoid repeatedly calculating the offsets, and once we're using members it is useful to ensure that those names *always* refer to the original-alloca-relative new offset for a rewritten slice. No functionality changed. Follow-up refactoring, all toward getting the address space patch merged. llvm-svn: 202228
Loading
Please register or sign in to comment