[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:32:31 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/utils/schedtool/README.md:1
+schedtools is a coolection of tools used to automatically generate llvm x86 schedule model. Input to it is a json file containing scheduling information and some additional infomation for all llvm x86 instructions. This tool can also verify existing schedule mode comparing to given input json.
+
----------------
coolection -> collection
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