This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Remove cleanup pipeline from bufferization pass
ClosedPublic

Authored by springerm on Jul 21 2023, 1:28 AM.

Details

Summary

To keep the pass simple, users should apply cleanup passes manually when necessary. In particular, -cse -canonicalize are often desireable to fold away self-copies that are created by the bufferization.

This addresses a comment in D120191.

Diff Detail