This is an archive of the discontinued LLVM Phabricator instance.

[Matrix] Hoist load/store generation logic, add helpers for tiled access.
ClosedPublic

Authored by fhahn on Mar 3 2020, 1:41 PM.

Details

Summary

This patch slightly generalizes the code to emit loads and stores of a
matrix and adds helpers to load/store a tile of a larger matrix.

This will be used in a follow-up patch introducing initial tiling.

Diff Detail

Event Timeline

fhahn created this revision.Mar 3 2020, 1:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2020, 1:41 PM
anemet accepted this revision.Mar 19 2020, 10:11 AM

LGTM

This revision is now accepted and ready to land.Mar 19 2020, 10:11 AM
This revision was automatically updated to reflect the committed changes.