This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor] TrackingListener: Support cast-like InsertSliceOps with dynamic shape
ClosedPublic

Authored by springerm on May 25 2023, 6:54 AM.

Details

Summary

When looking for payload op replacements, rank-expanding InsertSliceOps of dynamically-typed tensors are now supported.

Depends On: D151443

Diff Detail