[LLVMdev] Does LLVM have Instruction Performance Model?

Jonas Wagner jonas.wagner at epfl.ch
Tue Aug 19 03:40:52 PDT 2014


Hi,

there is a rather basic CostModelAnalysis
<http://llvm.org/docs/doxygen/html/CostModel_8cpp_source.html>.

It gives you a cost estimate, where higher numbers generally mean less
throughput. See also other discussions on this list regarding how to use it
[1].

This is the only model I'm aware of. I'd be interested myself whether there
are others.

Cheers,
Jonas

[1]: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-July/thread.html#74836
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140819/cf7d7706/attachment.html>


More information about the llvm-dev mailing list