This is a small addition to arithmetic operations that improves expressiveness of the language.
This will become useful when the work on the OpenCL builtins generation from https://reviews.llvm.org/D53023 continues.
Paths
| Differential D58775
[Tablegen] Add support for the !mul operator. ClosedPublic Authored by Nicola on Feb 28 2019, 4:06 AM.
Details Summary This is a small addition to arithmetic operations that improves expressiveness of the language. This will become useful when the work on the OpenCL builtins generation from https://reviews.llvm.org/D53023 continues.
Diff Detail Event TimelineComment Actions
Me too. LGTM as well. This revision is now accepted and ready to land.Feb 28 2019, 10:12 AM Closed by commit rL355187: [Tablegen] Add support for the !mul operator. (authored by nzaghen). · Explain WhyMar 1 2019, 1:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 188704 llvm/docs/TableGen/LangIntro.rst
llvm/docs/TableGen/LangRef.rst
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp
llvm/lib/TableGen/TGLexer.h
llvm/lib/TableGen/TGLexer.cpp
llvm/lib/TableGen/TGParser.cpp
llvm/test/TableGen/math.td
|