Lines Matching refs:finalizing
482 followed by one *finalizing* bufferization pass.
498 materializations. The pass `finalizing-bufferize` provides a minimal pass that
502 However, it is possible for a finalizing bufferization to do more than just
504 would), it is possible for a finalizing bufferization pass to simultaneously
541 The last pass is the finalizing bufferization pass. The `mlir-npcomp` reference
543 that the upstream `finalizing-bufferize` pass can be used as the finalizing
658 ### How to write a finalizing bufferization pass
660 The contract of a finalizing bufferization pass is that all tensors are gone
663 The easiest way to write a finalizing bufferize pass is to not write one at all!
664 MLIR provides a pass `finalizing-bufferize` which eliminates the
673 pattern, bug in the code, etc.), `finalizing-bufferize` will emit a nice clean
674 error, and the IR seen by `finalizing-bufferize` will only contain only one
678 bufferization could only be done as a single finalizing bufferization mega-pass
690 new `finalizing-bufferize` which serves as a general finalizing