-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[PIR] Add op_callstack to Pir #62139
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
简单写一下 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.
dst_attr.push_back( | ||
element.dyn_cast<::pir::StrAttribute>().AsString()); | ||
} | ||
dst_attr = dst_attr; |
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.
啊,这里忘记删掉了,如果没有其他问题的话下个 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.
新增的 op_callstack 是 Array<Str>
所以这里加了相关处理
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.
已删除
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.
Great job
a0f2a67
… into add_opcallstack
PR types
Others
PR changes
Others
Description
Pir适配op_callstack属性,对齐旧IR下的报错机制。
Pir下报错形式如下: