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

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 20:10:40 PDT 2022


pcwang-thead marked an inline comment as done.
pcwang-thead added inline comments.


================
Comment at: llvm/lib/TableGen/TGParser.cpp:2407
+  case tgtok::XGetDagOp:
+  case tgtok::XExists: // Value ::= !unop '(' Value ')'
   case tgtok::XIsA:
----------------
nhaehnle wrote:
> Why did you move the comment?
Hmm, that's because I tried to extend `UnOpInit` before and found it not suitable, but I forgot to move the case. Fixed.


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