[PATCH] D78065: Fix the MLIR integer attribute parser to be correct in the face of large integer attributes, it was previously artificially limited to 64 bits.

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 16:52:55 PDT 2020


lattner updated this revision to Diff 257148.
lattner marked an inline comment as done.
lattner added a comment.

Fix two minor things caught in self-review.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78065/new/

https://reviews.llvm.org/D78065

Files:
  mlir/lib/Parser/Parser.cpp
  mlir/lib/Parser/Token.cpp
  mlir/lib/Parser/Token.h
  mlir/test/IR/attribute.mlir
  mlir/test/IR/invalid.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78065.257148.patch
Type: text/x-patch
Size: 6472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200413/0e3afa96/attachment.bin>


More information about the llvm-commits mailing list