[Mlir-commits] [mlir] [MLIR] Extend floating point parsing support (PR #90442)

Christian Ulmann llvmlistbot at llvm.org
Tue Apr 30 09:36:43 PDT 2024


================
@@ -269,8 +269,11 @@ class AsmParserImpl : public BaseT {
     return success();
   }
 
-  /// Parse a floating point value from the stream.
-  ParseResult parseFloat(double &result) override {
+  /// Parse a floating point value with given semantics from the stream. Since
+  /// this implementation parses the string as double precision and just than
----------------
Dinistro wrote:

```suggestion
  /// this implementation parses the string as double precision and only afterwards
```

https://github.com/llvm/llvm-project/pull/90442


More information about the Mlir-commits mailing list