This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Use TrackingListener for VectorizeOp
ClosedPublic

Authored by springerm on Apr 3 2023, 2:55 AM.

Details

Summary

This is needed so that the transform dialect interpreter is notified about deleted payload ops.

Diff Detail