diff options
author | Pengcheng Wang <wangpengcheng.pp@bytedance.com> | 2025-03-13 12:13:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-13 12:13:09 +0800 |
commit | 376e3b62cd36cabf4235e085cd13df05c2bd754b (patch) | |
tree | 75058946dc119e357a066c6b55578eb93003326d /llvm/lib/CodeGen/DFAPacketizer.cpp | |
parent | f291ec692e889f8cdfe17810c138a31f701e4db3 (diff) | |
download | llvm-376e3b62cd36cabf4235e085cd13df05c2bd754b.zip llvm-376e3b62cd36cabf4235e085cd13df05c2bd754b.tar.gz llvm-376e3b62cd36cabf4235e085cd13df05c2bd754b.tar.bz2 |
[TableGen] Add `!match` operator to do regex matching (#130759)
The grammar is `!match(str, regex)` and this operator produces 1
if the `str` matches the regular expression `regex`.
The format of `regex` is ERE (Extended POSIX Regular Expressions).
Diffstat (limited to 'llvm/lib/CodeGen/DFAPacketizer.cpp')
0 files changed, 0 insertions, 0 deletions