From d8af932d02a382c5744289a52f37b12badad5417 Mon Sep 17 00:00:00 2001 From: Adrian Kuegel Date: Tue, 13 Nov 2018 03:00:42 -0800 Subject: [PATCH] Remove stale TODO. PiperOrigin-RevId: 221238955 --- tensorflow/compiler/xla/service/elemental_ir_emitter.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tensorflow/compiler/xla/service/elemental_ir_emitter.cc b/tensorflow/compiler/xla/service/elemental_ir_emitter.cc index 515267edd7c..f98c943669b 100644 --- a/tensorflow/compiler/xla/service/elemental_ir_emitter.cc +++ b/tensorflow/compiler/xla/service/elemental_ir_emitter.cc @@ -1815,8 +1815,6 @@ StatusOr 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),