LLVM 中 passmanager 中的传递顺序

发布于 2024-12-11 04:47:57 字数 59 浏览 0 评论 0原文

如果通过 PassManager 添加通行证,则应用于 IR 的通行证的顺序是什么?添加的顺序是否相同?

What is the order of the passes to be applied to IR if they are added by PassManager? Is it the same order as they were added?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鸵鸟症 2024-12-18 04:47:57

是的。但是,如果存在一些相关的通道,它们也会被添加,然后一切(=通道的调度)将取决于给定的通道是否使其他通道或注释的结果无效。

Yes. However, if there are some dependent passes they are added as well and then everything (=scheduling of passes) will depend on whether the given pass invalidates the result of some other or note.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文