[PATCH] D153757: [RFC][TableGen][GlobalISel] Add Combiner Match Table Backend

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 11:57:28 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h:389
+  /// instructions.
+  /// This is less constrained than a custom renderer and can update instruction
+  /// in the state.
----------------
typo, s/instruction/instructions


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153757/new/

https://reviews.llvm.org/D153757



More information about the llvm-commits mailing list