Skip to content

Commit

Permalink
[NFC] zip_equal ensures correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
darthscsi committed Dec 19, 2023
1 parent 2caafc7 commit c3ca208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/circt/Dialect/Calyx/CalyxInterfaces.td
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def CellOpInterface : OpInterface<"CellInterface"> {
/*defaultImplementation=*/[{
SmallVector<circt::calyx::PortInfo> ports;
MLIRContext* context = $_op->getContext();
auto zippedPortInfo = llvm::zip(
auto zippedPortInfo = llvm::zip_equal(
$_op->getResults(),
$_op.portDirections(),
$_op.portNames(),
Expand Down

0 comments on commit c3ca208

Please sign in to comment.