This is an archive of the discontinued LLVM Phabricator instance.

UpdateTestChecks: cleanup NamelessValues constructor
ClosedPublic

Authored by nhaehnle on Jan 24 2023, 3:47 AM.

Details

Summary

Remove global_ir_{prefix,prefix_regexp} (one of which is misnamed),
since they are really quite redundant with ir_{prefix,regexp} and
default the is_before_functions argument, which basically just adds
noise to the table of NamelessValues.

Diff Detail

Event Timeline

nhaehnle created this revision.Jan 24 2023, 3:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2023, 3:47 AM
nhaehnle requested review of this revision.Jan 24 2023, 3:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2023, 3:47 AM
nikic accepted this revision.Jan 24 2023, 7:53 AM

LGTM

This revision is now accepted and ready to land.Jan 24 2023, 7:53 AM
arichardson accepted this revision.Jan 24 2023, 3:59 PM
This revision was automatically updated to reflect the committed changes.