[PATCH] D130897: [schedtool] Add schedtool to generate x86 schedmodel automatically
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 24 17:31:59 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/utils/schedtool/README.md:51
+### X86InstSchedInfo Emitter
+This is a llvm tablegen backend that is capable to enumerate all x86 instruction's "SchedReads" and "SchedWrites" to form an initial json file. In addition, it can also enumerate an asm string for each matachable instructions(in AsmMatcher perspective). This asm string can be used by other tool to generate "XedInfo".
+
----------------
matachable -> matchable
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130897/new/
https://reviews.llvm.org/D130897
More information about the llvm-commits
mailing list