Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 656941711
  • Loading branch information
XLS Team authored and copybara-github committed Jul 28, 2024
1 parent edec311 commit b92e230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xls/codegen/node_expressions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ absl::StatusOr<Expression*> EmitEqOrNe(Node* node,
DecomposeExpression(inputs[1], node->operand(1)->GetType(), file, node->loc(),
&rhs_parts);
std::vector<Expression*> comparisons;
comparisons.reserve(lhs_parts.size());
for (int64_t i = 0; i < lhs_parts.size(); ++i) {
comparisons.push_back(
node->op() == Op::kEq
Expand Down

0 comments on commit b92e230

Please sign in to comment.