[PATCH] D134001: [TableGen] Add div bang operator

Michael Maitland via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 17:45:03 PDT 2022


michaelmaitland created this revision.
michaelmaitland added reviewers: nhaehnle, barannikov88, kazu.
Herald added a subscriber: hiraditya.
Herald added a project: All.
michaelmaitland requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds the div bang operator which performs division.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134001

Files:
  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/math.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134001.460574.patch
Type: text/x-patch
Size: 7852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220916/d59bc8cf/attachment.bin>


More information about the llvm-commits mailing list