
Follow-up a review comment from https://github.com/llvm/llvm-project/pull/82792#discussion_r1604925239 as a separate PR: E.g.: ``` %0:2 = transform.structured.split ``` is changed to ``` %t = transform.structured.split %0:2 = transform.split_handle %t ```