Remove stale TODO.

PiperOrigin-RevId: 221238955
This commit is contained in:
Adrian Kuegel 2018-11-13 03:00:42 -08:00 committed by TensorFlower Gardener
parent 6a16d5ee56
commit d8af932d02

View File

@ -1815,8 +1815,6 @@ StatusOr<llvm::Value*> ElementalIrEmitter::EmitElementalGather(
// Clamp the gather index so that the gather region fits in the operand.
// gather_dim_component_extended_inbound =
// clamp(gather_dim_component_extended, 0, largest_valid_start_index);
// TODO(b/111078873): This is implementation defined behavior.
bool is_signed = ShapeUtil::ElementIsSigned(indices_shape);
auto gather_dim_component_extended_inbound = EmitIntegralMin(
index.GetConstantWithIndexType(largest_valid_start_index),