[PATCH] D151999: [llvm-tblgen] Fix parser error when using generic used as index

Guillaume Gomez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 07:34:25 PDT 2023


GuillaumeGomez added inline comments.


================
Comment at: llvm/test/TableGen/var-index.td:2
+// RUN: llvm-tblgen %s
+
+class ResolveArgCode<
----------------
arsenm wrote:
> Can you add checks for the expanded output?
Sorry but what is the option for doing that? The only two for expansion I see are `--print-sets` and `--instr-info-expand-mi-operand-info` and they don't seem to match what you expect.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151999



More information about the llvm-commits mailing list