]> granicus.if.org Git - llvm/commit
[Tablegen] Add support for the !mul operator.
authorNicola Zaghen <nicola.zaghen@imgtec.com>
Fri, 1 Mar 2019 09:46:29 +0000 (09:46 +0000)
committerNicola Zaghen <nicola.zaghen@imgtec.com>
Fri, 1 Mar 2019 09:46:29 +0000 (09:46 +0000)
commit0f2d1f2cdc9c00b100ebaa54cd1382ff33c3945f
tree9b6bd7fca8b97a9054b868bddee3aeb8c7a8042c
parent03fc54c863ebadefc06ca9d3b259372d40c70a4d
[Tablegen] Add support for the !mul operator.

This is a small addition to arithmetic operations that improves
expressiveness of the language.

Differential Revision: https://reviews.llvm.org/D58775

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355187 91177308-0d34-0410-b5e6-96231b3b80d8
docs/TableGen/LangIntro.rst
docs/TableGen/LangRef.rst
include/llvm/TableGen/Record.h
lib/TableGen/Record.cpp
lib/TableGen/TGLexer.cpp
lib/TableGen/TGLexer.h
lib/TableGen/TGParser.cpp
test/TableGen/math.td