[PATCH] D85165: [X86][MC][Target] Initial backend support a tune CPU to support -mtune
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 11:47:05 PDT 2020
RKSimon added a comment.
The -misched-print-dags approach seems to be doable, and not too unpretty.
If you want to try something else, I believe the FixupLEAPass is scheduler driven so you might be able to get some codegen diffs via that?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85165/new/
https://reviews.llvm.org/D85165
More information about the llvm-commits
mailing list