This is an archive of the discontinued LLVM Phabricator instance.

[FileCheck, 2/4] NFC: Switch to APInt getter for ExpressionValue
ClosedPublic

Authored by thopre on Jul 4 2023, 4:01 AM.

Details

Summary

Use an APInt getter as the only interface to getting the value out of an
ExpressionValue. This paves the way to switch ExpressionValue to handle
any integer without causing too big of a patch.

Diff Detail

Event Timeline

thopre created this revision.Jul 4 2023, 4:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 4:01 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
thopre requested review of this revision.Jul 4 2023, 4:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 4:01 AM
thopre retitled this revision from NFC: Switch to APInt getter for ExpressionValue to [FileCheck, 2/4] NFC: Switch to APInt getter for ExpressionValue.Jul 4 2023, 4:06 AM
arichardson accepted this revision.Jul 4 2023, 9:13 AM
This revision is now accepted and ready to land.Jul 4 2023, 9:13 AM
This revision was landed with ongoing or failed builds.Jul 4 2023, 1:42 PM
This revision was automatically updated to reflect the committed changes.