This is an archive of the discontinued LLVM Phabricator instance.

[Matrix] Refactor tiled loops in a struct. NFC
ClosedPublic

Authored by thegameg on Jul 20 2022, 7:38 AM.

Details

Reviewers
fhahn
Summary

The three loops have the same structure: index, header, latch.

Diff Detail

Event Timeline

thegameg created this revision.Jul 20 2022, 7:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2022, 7:38 AM
thegameg requested review of this revision.Jul 20 2022, 7:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2022, 7:38 AM
thegameg updated this revision to Diff 446154.Jul 20 2022, 7:52 AM
fhahn accepted this revision.Jul 25 2022, 8:25 AM

LGTM, thanks!

llvm/include/llvm/Transforms/Utils/MatrixUtils.h
28

nit: should this be ColumnLoop.Index?

This revision is now accepted and ready to land.Jul 25 2022, 8:25 AM