We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc9783 commit 70646daCopy full SHA for 70646da
passes/opt/opt_merge.cc
@@ -245,6 +245,7 @@ struct OptMergeWorker
245
ct.cell_types.erase(ID($anyconst));
246
ct.cell_types.erase(ID($allseq));
247
ct.cell_types.erase(ID($allconst));
248
+ ct.cell_types.erase(ID($barrier));
249
250
log("Finding identical cells in module `%s'.\n", module->name.c_str());
251
assign_map.set(module);
0 commit comments