search for: exeges

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

Did you mean: edges
2018 Mar 02
0
[RFC] llvm-mca: a static performance analysis tool
...they care about (e.g. port pressure or IPC), or generate an annotated trace. A similar functionality is provided in llvm-mca `XXView` implementations. We also have a IACA-like binary that displays analysis results. For reference, our code can be found here: https://github.com/google/ EXEgesis/tree/master/llvm_sim > llvm-mca uses information which is already available in LLVM (e.g. > scheduling > models) to statically measure the performance of machine code in a > specific cpu. > Performance is measured in terms of throughput as well as processor > resource > co...
2018 Mar 01
9
[RFC] llvm-mca: a static performance analysis tool
Hi all, At Sony we developed an LLVM based performance analysis tool named llvm-mca. We currently use it internally to statically measure the performance of code, and to help triage potential problems with target scheduling models. We decided to post this RFC because we are interested in the feedback from the community, and we also believe that other people might be interested in a tool like