llvm-project/mlir/lib/Parser
River Riddle 4842b2d42e Modify the syntax of the the ElementsAttrs to print the type as a colon type.
This is the standard syntax for types on operations, and is also already used by IntegerAttr and FloatAttr.

Example:
  dense<5> : tensor<i32>
  dense<[3]> : tensor<1xi32>
PiperOrigin-RevId: 255069157
2019-06-25 16:06:58 -07:00
..
CMakeLists.txt Add build files and update README. 2019-03-30 11:23:22 -07:00
Lexer.cpp Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifier already contains all of the necessary functionality/verification, so having a separate class for filenames is unnecessary. 2019-06-19 23:07:05 -07:00
Lexer.h Implement value type abstraction for locations. 2019-03-29 13:52:31 -07:00
Parser.cpp Modify the syntax of the the ElementsAttrs to print the type as a colon type. 2019-06-25 16:06:58 -07:00
Token.cpp Avoid hardcoded 4096 constant 2019-03-29 13:06:36 -07:00
Token.h Add parsing for floating point attributes. 2019-03-29 12:51:12 -07:00
TokenKinds.def Add parsing/printing for new affine.load and affine.store operations. 2019-06-24 13:45:09 -07:00