This is an archive of the discontinued LLVM Phabricator instance.

[mlir][MemRef] Change memref-expand to be a generic operation pass
ClosedPublic

Authored by rriddle on Mar 8 2022, 12:49 AM.

Details

Summary

This pass doesn't rely on any specific characteristics of FuncOp, and
can
just be a generic operation pass.

Diff Detail

Event Timeline

rriddle created this revision.Mar 8 2022, 12:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 12:49 AM
rriddle requested review of this revision.Mar 8 2022, 12:49 AM
rriddle edited the summary of this revision. (Show Details)Mar 8 2022, 12:53 AM
rriddle added a reviewer: ftynse.
rriddle updated this revision to Diff 413844.Mar 8 2022, 9:40 AM
rriddle edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Mar 8 2022, 12:29 PM
This revision was automatically updated to reflect the committed changes.