[PATCH] D33764: [globalisel][tablegen] Added instruction emission to the state-machine-based matcher.
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 03:03:53 PDT 2017
chapuni added inline comments.
================
Comment at: test/TableGen/GlobalISelEmitter.td:110
// CHECK-NEXT: MIs.push_back(&I);
+// CHECK-NEXT: DEBUG(dbgs() << "Processing MatchTable0\n");
// CHECK-NEXT: if (executeMatchTable(*this, State, MatcherInfo, MatchTable0, MRI, TRI, RBI, AvailableFeatures)) {
----------------
Does it require "REQUIRES: asserts" ?
https://reviews.llvm.org/D33764
More information about the llvm-commits
mailing list