[TableGen] Add the !not and !xor operators.
authorPaul C. Anagnostopoulos <paul@windfall.com>
Mon, 12 Oct 2020 17:35:23 +0000 (13:35 -0400)
committerPaul C. Anagnostopoulos <paul@windfall.com>
Thu, 15 Oct 2020 14:12:59 +0000 (10:12 -0400)
commit4767bb2c0c746eaf146927c8bcb0528bd36c7b8f
tree161d0eeb1457a327902e75e4ebbee1fbbe6c21e5
parent81cec3943ab695c344900c1bcdeeda264ee41a30
[TableGen] Add the !not and !xor operators.
Update the TableGen Programmer's Reference.
llvm/docs/TableGen/ProgRef.rst
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp
llvm/lib/TableGen/TGLexer.cpp
llvm/lib/TableGen/TGLexer.h
llvm/lib/TableGen/TGParser.cpp
llvm/test/TableGen/arithmetic.td
llvm/test/TableGen/if.td
llvm/test/TableGen/math.td