mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Currently this is being calculated incorrectly and will result in incorrect index offsets in more complicated array slices. This PR tries to address it by refactoring and changing the calculation to be more correct.