This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize][doc] Fix documentation of return type of `to_memref`.
ClosedPublic

Authored by ingomueller-net on Jul 20 2022, 5:06 AM.

Details

Summary

This is my very first contact with this dialect, so I am not very
confident with this commit, but it seems like the op returns a memref,
not a tensor, so that's what comment about the result type should say.

[mlir][bufferization][doc] Improve typesetting of inline code. Fix Typo.

Diff Detail

Event Timeline

ingomueller-net requested review of this revision.Jul 20 2022, 5:06 AM
pifon2a accepted this revision.Jul 20 2022, 5:16 AM

Thanks, Ingo!

This revision is now accepted and ready to land.Jul 20 2022, 5:16 AM