[PATCH] D127787: [TableGen][X86] Emit memory operand size table

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 23:29:20 PDT 2022


pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.

LGTM. The summary need to update too.



================
Comment at: llvm/utils/TableGen/InstrInfoEmitter.cpp:25
 #include "llvm/Support/Casting.h"
+#include "llvm/Support/Regex.h"
 #include "llvm/Support/raw_ostream.h"
----------------
This is not needed, right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127787



More information about the llvm-commits mailing list