llvm-project/mlir/lib/Parser
River Riddle 1bd14ce392 [mlir] Use double format when parsing bfloat16 hexadecimal values
Summary: bfloat16 doesn't have a valid APFloat format, so we have to use double semantics when storing it. This change makes sure that hexadecimal values can be round-tripped properly given this fact.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D72667
2020-01-14 13:56:22 -08:00
..
CMakeLists.txt Add build files and update README. 2019-03-30 11:23:22 -07:00
Lexer.cpp Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
Lexer.h Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
Parser.cpp [mlir] Use double format when parsing bfloat16 hexadecimal values 2020-01-14 13:56:22 -08:00
Token.cpp Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
Token.h Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
TokenKinds.def [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflicts with function types. 2020-01-13 13:24:39 -08:00