opt_merge: don't merge $barrier cells

This commit is contained in:
George Rennie 2024-11-20 13:54:54 +01:00
parent bdc978380c
commit 70646da6bb
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ struct OptMergeWorker
ct.cell_types.erase(ID($anyconst));
ct.cell_types.erase(ID($allseq));
ct.cell_types.erase(ID($allconst));
ct.cell_types.erase(ID($barrier));
log("Finding identical cells in module `%s'.\n", module->name.c_str());
assign_map.set(module);