The current code does not parse hex literals larger than 32-bit. Add a function that will parse a HexLiteral as APInt.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27817
[MIRParser] Add parsing hex literals of arbitrary size as unsigned integers ClosedPublic Authored by kparzysz on Dec 15 2016, 9:25 AM.
Details
Summary The current code does not parse hex literals larger than 32-bit. Add a function that will parse a HexLiteral as APInt.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 15 2016, 3:18 PM
Revision Contents
Diff 81602 lib/CodeGen/MIRParser/MIParser.cpp
|