[XLA:HLO] Minor cleanup to HloAliasAnalysis to use ShapeUtil::ForEachSubshape.
The previous call to ForEachMutableElement on the InstructionBufferSet was slightly confusing since we weren't actually mutating the buffer_set passed in the callback, and only really cared about the shape index anyways. PiperOrigin-RevId: 158883432
Loading
Please sign in to comment