[PATCH] D58775: [Tablegen] Add support for the !mul operator.

Nicola Zaghen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 28 04:08:17 PST 2019


Nicola created this revision.
Herald added subscribers: llvm-commits, hiraditya, Anastasia.
Herald added a project: LLVM.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D58775

Files:
  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.cpp
  llvm/lib/TableGen/TGLexer.h
  llvm/lib/TableGen/TGParser.cpp
  llvm/test/TableGen/math.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58775.188704.patch
Type: text/x-patch
Size: 6323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190228/aa231c5f/attachment.bin>


More information about the llvm-commits mailing list