Use APInt internally to store values represented by ExpressionValue.
This will allow to support any integer values in FileCheck numeric
expression in a subsequent commit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D154428
[FileCheck, 1/4] NFC: Switch ExpressionValue to APInt ClosedPublic Authored by thopre on Jul 4 2023, 4:00 AM.
Details Summary Use APInt internally to store values represented by ExpressionValue.
Diff Detail
Event Timelinethopre added a child revision: D154429: [FileCheck, 2/4] NFC: Switch to APInt getter for ExpressionValue.Jul 4 2023, 4:03 AM thopre retitled this revision from NFC: Switch ExpressionValue to APInt to [FileCheck, 1/4] NFC: Switch ExpressionValue to APInt.Jul 4 2023, 4:05 AM This revision is now accepted and ready to land.Jul 4 2023, 9:09 AM This revision was landed with ongoing or failed builds.Jul 4 2023, 1:39 PM Closed by commit rGcf57fcfa0256: [FileCheck, 1/4] NFC: Switch ExpressionValue to APInt (authored by thopre). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 537168 llvm/lib/FileCheck/FileCheck.cpp
llvm/lib/FileCheck/FileCheckImpl.h
|