[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 created this revision.
Herald added subscribers: llvm-commits, frgossen, grosul1, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: rriddle.
Herald added a project: LLVM.
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
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/5f54f7bb/attachment.bin>
More information about the llvm-commits
mailing list