[mlir] Fix indexing of first offset operand in ops that implement OffsetSizeAndStrideOpInterface
OffsetSizeAndStrideOpInterface ops may have a varying number of operands before the first offset operand. This revision adds a method that such ops much implement to properly specify the position of the first offset operand. Differential Revision: https://reviews.llvm.org/D93947
Loading
Please sign in to comment