未验证 提交 de9318a3 编写于 作者: H hong 提交者: GitHub

[NewIR] fix new ir expand op (#55327)

* fix new ir expand op

* fix count bug

* remove useless code
上级 2363e623
......@@ -273,7 +273,7 @@ void BuildScope(const ir::Block& block,
<< inner_local_scope << "]";
// int count = name_map->size();
int count = name_map->size();
int count = inner_local_scope->Size();
for (auto it = block.begin(); it != block.end(); ++it) {
ir::Operation* op = *it;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册