search for: cbc57e23

Displaying 2 results from an estimated 2 matches for "cbc57e23".

2018 May 08
0
Is there any relationship between IR instruction and execution time
...and > generates throughput and latency information. For more details see: > https://llvm.org/docs/CommandGuide/llvm-mca.html > > -Matt > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180508/cbc57e23/attachment.html>
2018 May 08
2
Is there any relationship between IR instruction and execution time
Hi Yin, From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Yin Liu via llvm-dev > Hello, > > As is known to all, there is a relationship between program's instructions and its execution time. In other words, we can estimate the execution time based on the number of program > instructions. > > I'm curious about what the relationship between IR