Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 383 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 383 Bytes

LLVM Helper Scripts

  • check_cost_tables.py

    Compares the TTI analysis cost values for IR instructions vs the llvm-mca values for various CPU targets and reports differences. Assumes that TTI numbers should represent the worst case of all CPUs.

  • uops_to_exegesis.py

    Extracts data from uops.info instructions.xml and converts to a exegesis capture yaml file for a specific cpu.