[PATCH] D104698: [TableGen] Fix printing second PC-relative operand

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 20:27:39 PDT 2021


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

I know little about `llvm/utils/TableGen/AsmWriterEmitter.cpp`, but after debugging it a bit, I think this is reasonable.



================
Comment at: llvm/test/TableGen/AsmWriterPCRelOp.td:32
+
+// CHECK:      ArchInstPrinter::printInstruction
+// CHECK:      // bar, foo
----------------
`// CHECK-LABEL:  ArchInstPrinter::printInstruction(`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104698



More information about the llvm-commits mailing list