This has been a TODO for a while, and prevents breakages for attributes/types that contain floats that can't roundtrip outside of the hex format.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98808
[mlir][IR] Support parsing hex float values in the DialectSymbolParser ClosedPublic Authored by rriddle on Mar 17 2021, 12:49 PM.
Details Summary This has been a TODO for a while, and prevents breakages for attributes/types that contain floats that can't roundtrip outside of the hex format.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 17 2021, 12:55 PM Closed by commit rGd70185ec4821: [mlir][IR] Support parsing hex float values in the DialectSymbolParser (authored by rriddle). · Explain WhyMar 17 2021, 2:01 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 331350 mlir/lib/Parser/AttributeParser.cpp
mlir/lib/Parser/DialectSymbolParser.cpp
mlir/lib/Parser/Parser.h
mlir/lib/Parser/Parser.cpp
mlir/test/Dialect/Quant/parse-uniform.mlir
mlir/test/IR/invalid.mlir
|