summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test
diff options
context:
space:
mode:
authorSebastian Pop <spop@nvidia.com>2025-11-21 14:19:38 -0600
committerGitHub <noreply@github.com>2025-11-21 14:19:38 -0600
commit427c18208f73e8d193c4e8f0e05493cb9d2272eb (patch)
treead6105eda389357fb4776f9ce67c542054c9704f /lldb/test/Shell/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test
parent6be7cf085ba9e2c02ecb490992f59bbcf111289e (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