llvm-project
d69e9491 - [mlir] [linalg] Fix bufferize error in tensor.parallel_insert_slice op (#98312)

Commit
1 year ago
[mlir] [linalg] Fix bufferize error in tensor.parallel_insert_slice op (#98312) tensor.parallel_insert_slice op has implicit inplace behavior. In the "copy-before-write" bufferize mode, the resolveConflict function will generate bufferize.copy, making the result incorrect. This patch fixes this issue.
Author
Parents
Loading