[PATCH] D85165: [X86][MC][Target] Initial backend support a tune CPU to support -mtune

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 12:31:03 PDT 2020


andreadb added a comment.

Cheers. Now I have a better understanding of why you wanted to check latencies.

If only MCSchedModel had an extra (debug only) field for the name, then it would have been easy to print it out form the machine-scheduler (either as part of -misched-print-dags, or from a new debug-only option).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85165/new/

https://reviews.llvm.org/D85165



More information about the llvm-commits mailing list