[PATCH] D93419: [TableGen] Add the !substr() bang operator

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 07:52:27 PST 2020


RKSimon added inline comments.


================
Comment at: llvm/lib/TableGen/TGParser.cpp:1698
+  } else {
+    RHS = IntInit::get(SIZE_MAX);
+  }
----------------
@Paul-C-Anagnostopoulos This might be the cause of the build failures - SIZE_MAX (unsigned ~0ULL) being seen as a -ve value when cast to int64_t


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93419



More information about the llvm-commits mailing list