[all-commits] [llvm/llvm-project] 19f817: [TableGen] Add div bang operator
Michael Maitland via All-commits
all-commits at lists.llvm.org
Fri Sep 30 12:09:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19f8176eb6f557e62080e232ec2ef107ab363dde
https://github.com/llvm/llvm-project/commit/19f8176eb6f557e62080e232ec2ef107ab363dde
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M llvm/docs/TableGen/ProgRef.rst
M llvm/include/llvm/TableGen/Record.h
M llvm/lib/TableGen/Record.cpp
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/TableGen/TGLexer.h
M llvm/lib/TableGen/TGParser.cpp
M llvm/test/TableGen/math.td
Log Message:
-----------
[TableGen] Add div bang operator
This patch adds the div bang operator which performs division.
Differential Revision: https://reviews.llvm.org/D134001
More information about the All-commits
mailing list