This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Fix parallel loop tiling.
ClosedPublic

Authored by herhut on Jun 17 2020, 7:23 AM.

Details

Summary

Parallel loop tiling did not properly compute the updated loop
indices when tiling, which lead to wrong results.

Diff Detail

Event Timeline

herhut created this revision.Jun 17 2020, 7:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2020, 7:23 AM
ftynse accepted this revision.Jun 17 2020, 8:43 AM

Please use camelBack for variable names

This revision is now accepted and ready to land.Jun 17 2020, 8:43 AM
bkramer accepted this revision.Jun 17 2020, 9:00 AM

looks good.

herhut updated this revision to Diff 271482.Jun 17 2020, 2:11 PM

Comments

This revision was automatically updated to reflect the committed changes.