gpt4 book ai didi

llvm - 获取 LLVM 中的函数所需的总周期数

转载 作者:行者123 更新时间:2023-12-01 01:03:08 27 4
gpt4 key购买 nike

假设我有一个用 LLVM IR 表示的函数,我想估计这个函数在我的机器上占用的 cpu 周期数。

我知道这是一个特定于架构的信息,但我想出于某些规划目的对其进行粗略估计。

是否可以编写一个遍历函数中的指令并返回这些指令将花费的总周期数的传递?

将不胜感激任何想法。

谢谢,

凯汉

最佳答案

您可能对 CostModel 感兴趣分析通过。这是一个使用代码生成器来估计与每条指令相关的成本的过程——您可以在函数中的每条指令上运行它,并对整个函数的粗略估计值求和。

来自 inline documentation :

This file defines the cost model analysis. It provides a very basic cost estimation for LLVM-IR. This analysis uses the services of the codegen to approximate the cost of any IR instruction when lowered to machine instructions. The cost results are unit-less and the cost number represents the throughput of the machine assuming that all loads hit the cache, all branches are predicted, etc. The cost numbers can be added in order to compare two or more transformation alternatives.

关于llvm - 获取 LLVM 中的函数所需的总周期数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21264698/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com