[PATCH] D142451: UpdateTestChecks: cleanup NamelessValues constructor

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 03:47:34 PST 2023


nhaehnle created this revision.
nhaehnle added reviewers: mtrofin, nikic, lebedev.ri, arichardson, jsilvanus.
Herald added subscribers: luismarques, StephenFan.
Herald added a project: All.
nhaehnle requested review of this revision.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142451

Files:
  llvm/utils/UpdateTestChecks/common.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142451.491702.patch
Type: text/x-patch
Size: 10459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230124/78a42a1a/attachment.bin>


More information about the llvm-commits mailing list