[llvm] [TableGen] Add `!match` operator to do regex matching (PR #130759)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 07:54:51 PDT 2025
================
@@ -1455,6 +1455,49 @@ const Init *TGParser::ParseOperation(Record *CurRec, const RecTy *ItemType) {
return (ExistsOpInit::get(Type, Expr))->Fold(CurRec);
}
+ case tgtok::XMatch: {
----------------
jayfoad wrote:
Can you use the parsing code below that handles XConcat and all the other binops?
https://github.com/llvm/llvm-project/pull/130759
More information about the llvm-commits
mailing list