mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 09:56:06 +00:00

Using LoopNest's indices with ShapeShifts that have non-default lower bounds results in accesses to incorrect array elements. To avoid having to adjust each index, a ShapeShift with default lower bounds can be used instead. Fixes #131751