This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor][bufferize] Implement getBufferType for Expand/CollapseShapeOp
ClosedPublic

Authored by springerm on Sep 20 2022, 7:21 PM.

Details

Summary

This function must be implemented for all ops, where the result memref type is different from the input memref type.

Diff Detail

Event Timeline

springerm created this revision.Sep 20 2022, 7:21 PM
springerm requested review of this revision.Sep 20 2022, 7:21 PM
jreiffers accepted this revision.Sep 20 2022, 11:19 PM

Thanks, I was about to do just that :-).

This revision is now accepted and ready to land.Sep 20 2022, 11:19 PM
This revision was landed with ongoing or failed builds.Sep 21 2022, 2:32 AM
This revision was automatically updated to reflect the committed changes.