Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential 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. ClosedPublic Authored by lattner on Apr 13 2020, 4:37 PM.
Details
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Apr 13 2020, 6:11 PM
Revision Contents
Diff 257148 mlir/lib/Parser/Parser.cpp
mlir/lib/Parser/Token.h
mlir/lib/Parser/Token.cpp
mlir/test/IR/attribute.mlir
mlir/test/IR/invalid.mlir
|