[XLA] Sort vector of HloBuffer::Id values before uniqifying.
Fix a latent bug in HLO dataflow analysis in the method Phi. When uniquifying a vector of HloBuffer:Id values, first std::sort it before calling std::erase and std::unique. PiperOrigin-RevId: 158888326
Loading
Please sign in to comment