Add a !regmatch operator to do pattern matching in TableGen.
authorDavid Greene <greened@obbligato.org>
Mon, 8 Jun 2009 17:00:34 +0000 (17:00 +0000)
committerDavid Greene <greened@obbligato.org>
Mon, 8 Jun 2009 17:00:34 +0000 (17:00 +0000)
commit938c8ab0a0f4a52d7d6ddc975abe9de08fee06d5
tree790c1f084b25650896b3b08b8811e9bb0d52d692
parent06bfa33eefd6c7b56fc354ab640a9175e82bf890
Add a !regmatch operator to do pattern matching in TableGen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73074 91177308-0d34-0410-b5e6-96231b3b80d8
docs/TableGenFundamentals.html
test/TableGen/regmatch.td [new file with mode: 0644]
utils/TableGen/Record.cpp
utils/TableGen/Record.h
utils/TableGen/TGLexer.cpp
utils/TableGen/TGLexer.h
utils/TableGen/TGParser.cpp