[PATCH] D127948: [TableGen] Add new operator !exists

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 08:11:12 PDT 2022


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

Awesome, LGTM



================
Comment at: llvm/lib/TableGen/TGParser.cpp:2407
+  case tgtok::XGetDagOp:
+  case tgtok::XExists: // Value ::= !unop '(' Value ')'
   case tgtok::XIsA:
----------------
Why did you move the comment?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127948



More information about the llvm-commits mailing list