llvm-mca is a performance analysis tool that uses information available in LLVM (e.g. scheduling models) to statically measure the performance of machine code in a specific CPU. It was inspired by The Intel Architecture Code Analyzer (see https://stackoverflow.com/questions/tagged/iaca).
llvm-mca is a performance analysis tool that uses information available in LLVM (e.g. scheduling models) to statically measure the performance of machine code in a specific CPU. It was inspired by The Intel Architecture Code Analyzer.