diff options
| author | Sebastian Pop <spop@nvidia.com> | 2025-11-21 14:19:38 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 14:19:38 -0600 |
| commit | 427c18208f73e8d193c4e8f0e05493cb9d2272eb (patch) | |
| tree | ad6105eda389357fb4776f9ce67c542054c9704f /lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test | |
| parent | 6be7cf085ba9e2c02ecb490992f59bbcf111289e (diff) | |
[unroll-and-jam] Document dependencies_multidims.ll and fix loop bounds (NFC) (#156578)
Add detailed comments explaining why each function should/shouldn't be
unroll-and-jammed based on memory access patterns and dependencies.
Fix loop bounds to ensure array accesses are within array bounds:
* sub_sub_less: j starts from 1 (not 0) to ensure j-1 >= 0
* sub_sub_less_3d: k starts from 1 (not 0) to ensure k-1 >= 0
* sub_sub_outer_scalar: j starts from 1 (not 0) to ensure j-1 >= 0
Diffstat (limited to 'lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test')
0 files changed, 0 insertions, 0 deletions
