[mlir][linalg][bufferize] Bufferize ops via PreOrder traversal
The existing PostOrder traversal with special rules for certain ops was complicated and had a bug. Switch to PreOrder traversal. Differential Revision: https://reviews.llvm.org/D113338
Loading
Please sign in to comment