-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace LowerVec in new IR #58135
Replace LowerVec in new IR #58135
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
VLOG(4) << "Lower op: " << lower_fn_name << ", get " << funcs.size() | ||
<< " LoweredFunc:\n"; | ||
for (auto fun : funcs) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的for 总会执行,是不是用 if(VLOG_IS_ON(4))
包裹一下?如果可以的话,我这边后面的PR可以顺带来fix下
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
* Replace LowerVec in new IR * Modify based on reviewer comment
* Replace LowerVec in new IR * Modify based on reviewer comment
* Replace LowerVec in new IR * Modify based on reviewer comment
PR types
New features
PR changes
Others
Description
pcard-75206
Replace old Lower to new Lower with self-developed ASTGen