[all-commits] [llvm/llvm-project] d70185: [mlir][IR] Support parsing hex float values in the...

River Riddle via All-commits all-commits at lists.llvm.org
Wed Mar 17 14:01:28 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d70185ec4821f7960c4fe10961479d97e816da68
      https://github.com/llvm/llvm-project/commit/d70185ec4821f7960c4fe10961479d97e816da68
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2021-03-17 (Wed, 17 Mar 2021)

  Changed paths:
    M mlir/lib/Parser/AttributeParser.cpp
    M mlir/lib/Parser/DialectSymbolParser.cpp
    M mlir/lib/Parser/Parser.cpp
    M mlir/lib/Parser/Parser.h
    M mlir/test/Dialect/Quant/parse-uniform.mlir
    M mlir/test/IR/invalid.mlir

  Log Message:
  -----------
  [mlir][IR] Support parsing hex float values in the DialectSymbolParser

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.

Differential Revision: https://reviews.llvm.org/D98808




More information about the All-commits mailing list