[all-commits] [llvm/llvm-project] 1beffb: Fix the MLIR integer attribute parser to be correc...

Chris Lattner via All-commits all-commits at lists.llvm.org
Mon Apr 13 21:51:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1beffb92d17c8ba54a6c4b3d4e96867403717a3f
      https://github.com/llvm/llvm-project/commit/1beffb92d17c8ba54a6c4b3d4e96867403717a3f
  Author: Chris Lattner <clattner at nondot.org>
  Date:   2020-04-13 (Mon, 13 Apr 2020)

  Changed paths:
    M mlir/lib/Parser/Parser.cpp
    M mlir/lib/Parser/Token.cpp
    M mlir/lib/Parser/Token.h
    M mlir/test/IR/attribute.mlir
    M mlir/test/IR/invalid.mlir

  Log Message:
  -----------
  Fix the MLIR integer attribute parser to be correct in the face of large integer attributes, it was previously artificially limited to 64 bits.

Reviewers: rriddle!

Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, grosul1, frgossen, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list