[mlir][SCF] `ForOp`: Remove `getIterArgNumberForOpOperand` (#66629)
This function was inconsistent with the remaining API because it accepted `OpOperand &` that do not belong to the op. All the other functions assert. This helper function is also not really necessary, as the iter_arg number is identical to the result number.
Loading
Please sign in to comment