[llvm] [GlobalISel] Change MatchTable entries to 1 byte each (PR #74429)

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 00:06:35 PST 2023


================
@@ -243,7 +330,7 @@ void MatchTable::emitDeclaration(raw_ostream &OS) const {
     if (I->Flags & MatchTableRecord::MTRF_Outdent)
       Indentation -= 2;
   }
-  OS << "};\n";
+  OS << "}; // " << CurrentSize << " bytes\n";
----------------
Pierre-vh wrote:

#74701 

https://github.com/llvm/llvm-project/pull/74429


More information about the llvm-commits mailing list