This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Fix afterIP for dynamic worksharing-loop after collaping loops
ClosedPublic

Authored by peixin on Feb 21 2022, 7:09 PM.

Details

Summary

The loopInfos gets invalidated after collapsing nested loops. Use the
saved afterIP since the returned afterIP by applyDynamicWorkshareLoop
may be not valid.

Diff Detail

Event Timeline

peixin created this revision.Feb 21 2022, 7:09 PM
peixin requested review of this revision.Feb 21 2022, 7:09 PM
shraiysh accepted this revision.Feb 21 2022, 10:27 PM

Thanks!

This revision is now accepted and ready to land.Feb 21 2022, 10:27 PM
This revision was landed with ongoing or failed builds.Mar 2 2022, 11:38 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 11:38 PM