We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea55846 commit 8b0def7Copy full SHA for 8b0def7
mlir/lib/Tools/PDLL/Parser/Lexer.h
@@ -80,15 +80,18 @@ class Token {
80
equal,
81
equal_arrow,
82
semicolon,
83
- /// Paired punctuation.
+
84
+ /// Arithmetic.
85
+ abs,
86
add,
- sub,
- mul,
87
div,
88
- mod,
89
- log2,
90
exp2,
91
- abs,
+ log2,
+ mod,
+ mul,
92
+ sub,
93
94
+ /// Paired punctuation.
95
less,
96
greater,
97
l_brace,
0 commit comments