After replacing then init_tensor with a new value, the new value must be inserted into the corresponding union/equivalence sets.
Depends On D113373
Paths
| Differential D113374
[mlir][linalg][bufferize] Fix bug in InitTensor elimination ClosedPublic Authored by springerm on Nov 7 2021, 5:53 PM.
Details Summary After replacing then init_tensor with a new value, the new value must be inserted into the corresponding union/equivalence sets. Depends On D113373
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptNov 7 2021, 5:53 PM This revision is now accepted and ready to land.Nov 10 2021, 12:17 AM This revision was landed with ongoing or failed builds.Nov 10 2021, 5:32 PM Closed by commit rG996d4ffe30b5: [mlir][linalg][bufferize] Fix bug in InitTensor elimination (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386373 mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
|