[llvm-dev] [RFC] llvm-mca: a static performance analysis tool
Chris Lattner via llvm-dev
llvm-dev at lists.llvm.org
Mon Mar 5 22:01:49 PST 2018
>
> 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 this.
This is really really cool. Thank you for building and contributing this!
-Chris
More information about the llvm-dev
mailing list