This is an archive of the discontinued LLVM Phabricator instance.

Fix tile-and-pad when padding doesn't span all dimension
ClosedPublic

Authored by asaadaldien on Mar 1 2021, 12:38 PM.

Details

Summary

Without this tile-and-pad will never terminate if pad-fails.

Diff Detail

Event Timeline

asaadaldien created this revision.Mar 1 2021, 12:38 PM
asaadaldien requested review of this revision.Mar 1 2021, 12:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2021, 12:38 PM

do we still need this?

nicolasvasilache accepted this revision.Apr 15 2021, 4:10 PM

yes it is, let's land and iterate further

This revision is now accepted and ready to land.Apr 15 2021, 4:10 PM