This is an archive of the discontinued LLVM Phabricator instance.

[UpdateTestChecks] Change global functions to NamelessValue members. NFCI
ClosedPublic

Authored by arichardson on May 11 2022, 7:36 AM.

Details

Summary

This avoids repeated calls to get_idx_from_ir_value_match() and will make
it easier for a future patch that adds new assembly-level nameless values
in addition to the IR ones.

Diff Detail

Event Timeline

arichardson created this revision.May 11 2022, 7:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2022, 7:36 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
arichardson requested review of this revision.May 11 2022, 7:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2022, 7:36 AM
This revision was not accepted when it landed; it landed in state Needs Review.May 14 2022, 7:43 AM
This revision was automatically updated to reflect the committed changes.