This is an archive of the discontinued LLVM Phabricator instance.

Make linalg::ReshapeOp implement ViewLikeOpInterface
ClosedPublic

Authored by herhut on Jul 14 2020, 7:25 AM.

Details

Summary

A reshape aliases its input memref, so it acts like a view.

Diff Detail

Event Timeline

herhut created this revision.Jul 14 2020, 7:25 AM
herhut updated this revision to Diff 277828.Jul 14 2020, 7:27 AM

Format tablegen.

Thanks Stephan!

This revision is now accepted and ready to land.Jul 15 2020, 12:21 AM
This revision was automatically updated to reflect the committed changes.