Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Oct 5, 2024
1 parent 65bec31 commit 2be8688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ LogicalResult mlir::enzyme::detail::controlFlowForwardHandler(
// Replace all uses of original results
gutils->replaceOrigOpWith(op, reps);
gutils->erase(newOp);
gutils->originalToNewFnOps.map(op, replacement);
gutils->originalToNewFnOps[op] = replacement;

return success();
}
Expand Down

0 comments on commit 2be8688

Please sign in to comment.