[PATCH] D60559: [TableGen] Include schedule model name in diagnostic.
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 14:14:42 PDT 2019
javed.absar added inline comments.
================
Comment at: llvm/test/TableGen/SchedModelError.td:7
+
+// CHECK: [[FILE]]:[[@LINE+1]]:1: error: No schedule information for instruction 'TestInst' in model 'TestSchedModel'
+def TestInst : Instruction {
----------------
Perhaps 's/model/SchedMachineModel/', but i am also happy with your changes as it is.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60559/new/
https://reviews.llvm.org/D60559
More information about the llvm-commits
mailing list