[mlir][SCF] Use `transform.get_parent_op` instead of `transform.loop.get_parent_for` (#70757)
Add a new attribute to `get_parent_op` to get the n-th parent. Remove `transform.loop.get_parent_for`, which is no longer needed.
Loading
Please sign in to comment