What you've learned

You should now know how to:

  • Estimate the hardware resource pressure and the number of cycles taken to execute your code snippet using llvm-mca.
  • Describe how this estimate can help diagnose possible performance issues.
  • Use Compiler Explorer to run llvm-mca.

Knowledge Check

How can using MCA be useful?

MCA can offer performance metrics for the following as input:

When using Compiler Explorer, what does llvm-mca take as input?


Back
Next