This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
mlir
/
lib
/
Parser
History
River Riddle
d4491084ae
Change a call to FloatAttr::getChecked to FloatAttr::get inside of 'parseFloatAttr'. The invariants of FloatAttr are already checked before construction. This also removes an unnecessary materialization of a mlir::Location which becomes expensive when parsing dense element literals.
...
PiperOrigin-RevId: 252545776
2019-06-11 10:13:37 -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
Change a call to FloatAttr::getChecked to FloatAttr::get inside of 'parseFloatAttr'. The invariants of FloatAttr are already checked before construction. This also removes an unnecessary materialization of a mlir::Location which becomes expensive when parsing dense element literals.
2019-06-11 10:13:37 -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