This will be required to allow arbitrary precision support to
FileCheck's numeric variables and expressions. Note: as per
getAsInteger(), this does not support negative value. If there is
interest for that it can be added in a separate patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
These did not make sense, the whole point of consumeInteger(APInt) is to not be limited in bitsize and thus succeed. That's why unit tests were failing: they were expecting a consumeInteger failing when the expected value is bigger than 32bit.
Comment Actions
Do you need someone to commit this for you? (if so, what name & email address would you like to be used to attribute the work?)
Comment Actions
I have commit access, thanks! I just wanted to have CI be green first since there was problem with the previous version (expecting APInt tests to fail for values < 64 bits which did not make sense).