This is an archive of the discontinued LLVM Phabricator instance.

[LoopUnrollAndJam] Use Lazy strategy for DTU.
ClosedPublic

Authored by fhahn on Aug 28 2019, 6:04 PM.

Details

Summary

We can also apply the earlier updates to the lazy DTU, instead of
applying them directly.

Event Timeline

fhahn created this revision.Aug 28 2019, 6:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2019, 6:04 PM
SjoerdMeijer accepted this revision.Aug 29 2019, 12:33 AM

I haven't looked much yet at the DTU, but this looks like a simple and straightforward change to me, so LGTM.

This revision is now accepted and ready to land.Aug 29 2019, 12:33 AM
asbirlea accepted this revision.Aug 29 2019, 9:36 AM

LGTM.

brzycki accepted this revision.Aug 29 2019, 9:55 AM

LGTM as well.

This revision was automatically updated to reflect the committed changes.