This is an archive of the discontinued LLVM Phabricator instance.

[LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass
AbandonedPublic

Authored by eopXD on May 22 2021, 12:41 AM.

Details

Reviewers
Whitney
dmgreen
Summary

This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

addressed inline comments.

Diff Detail

Unit TestsFailed

Event Timeline

eopXD created this revision.May 22 2021, 12:41 AM
eopXD requested review of this revision.May 22 2021, 12:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2021, 12:41 AM
eopXD abandoned this revision.May 22 2021, 12:42 AM

Accidentally opened a new diff. Diff should be updated to https://reviews.llvm.org/D102904