This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor][bufferize] tensor.empty does not define the result tensor contents
ClosedPublic

Authored by springerm on Feb 2 2023, 6:56 AM.

Details

Summary

This is encoded in the BufferizableOpInterface via resultBufferizesToMemoryWrite = false.

Diff Detail