This is an archive of the discontinued LLVM Phabricator instance.

[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.
This will allow to support any integer values in FileCheck numeric
expression in a subsequent commit.

Diff Detail

Event Timeline

thopre created this revision.Jul 4 2023, 4:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 4:00 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
thopre requested review of this revision.Jul 4 2023, 4:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 4:00 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
arichardson accepted this revision.Jul 4 2023, 9:09 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
This revision was automatically updated to reflect the committed changes.