Add generatedNames argument to LowerAddNOp
diff --git a/tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir b/tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir
index 297069a7..4de278e 100644
--- a/tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir
+++ b/tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir
@@ -683,8 +683,7 @@
return %0 : tensor<2x3xi32>
// CHECK-LABEL: addN
-// CHECK: %0 = tfl.add %arg0, %arg1 {fused_activation_function = "NONE"} : tensor<2x3xi32>
-// CHECK: %1 = tfl.add %0, %arg2 {fused_activation_function = "NONE"} : tensor<2x3xi32>
+// CHECK: "tfl.add_n"(%arg0, %arg1, %arg2) : (tensor<2x3xi32>, tensor<2x3xi32>, tensor<2x3xi32>) -> tensor<2x3xi32>
// CHECK: return
}