llvm-project/mlir/lib/Parser
Geoffrey Martin-Noble 15075d5a22 Replace checks for rank -1 with direct calls to hasRank
Also removed a redundant check for rank after already checking for static shape (which implies rank)

--

PiperOrigin-RevId: 249927636
2019-06-01 20:01:33 -07:00
..
CMakeLists.txt Add build files and update README. 2019-03-30 11:23:22 -07:00
Lexer.cpp Refactor the support for AffineMap and IntegerSet aliases in the parser into more general support for attribute aliases. 2019-05-10 19:22:32 -07:00
Lexer.h Implement value type abstraction for locations. 2019-03-29 13:52:31 -07:00
Parser.cpp Replace checks for rank -1 with direct calls to hasRank 2019-06-01 20:01:33 -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 support for a NoneType. 2019-05-06 08:19:20 -07:00