This patch adds the div bang operator which performs division.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134001
[TableGen] Add div bang operator ClosedPublic Authored by michaelmaitland on Sep 15 2022, 5:45 PM.
Details Summary This patch adds the div bang operator which performs division.
Diff Detail
Event Timelinecraig.topper added inline comments.
michaelmaitland mentioned this in D134068: [TableGen] Add logtwo bang operator.Sep 16 2022, 12:53 PM
This revision is now accepted and ready to land.Sep 30 2022, 9:50 AM This revision was landed with ongoing or failed builds.Sep 30 2022, 12:09 PM Closed by commit rG19f8176eb6f5: [TableGen] Add div bang operator (authored by michaelmaitland). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 460574 llvm/docs/TableGen/ProgRef.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
|
clarify whether this is a signed or unsigned division?