Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
指令推荐工具 Graph
我正在尝试创建一个自定义指令并将其添加到 riscv-gnu-toolchain 和尖峰。上面的链接将显示我使用 rvnewop 生成的图表,它基本上是一个指令推荐工具。因此,该工具的作用是运行我的转储文件,然后通过建议图形格式的指令来推荐可以做什么来基本上优化代码。
有什么方法可以模拟这个图,它基本上显示指令流到 ac 代码中,然后可以添加到工具链和尖峰?