This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Change insertion point for ToTensorOps
ClosedPublic

Authored by springerm on Jan 23 2022, 7:40 AM.

Details

Summary

Both insertion points are valid. This is to make BufferizableOpInteface-based bufferization compatible with existing partial bufferization test cases. (So less changes are necessary to unit tests.)

Depends On D117985

Diff Detail