[PATCH] D138836: [UpdateTestChecks] Fix `update_test_checks.py` to add "unused" prefixes
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 28 10:59:11 PST 2022
mtrofin created this revision.
mtrofin added reviewers: lebedev.ri, sstefan1, greened, jdoerfert.
Herald added subscribers: luismarques, arichardson.
Herald added a project: All.
mtrofin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The support introduced in D124306 <https://reviews.llvm.org/D124306> was only added to
update_llc_test_checks.py, but the motivating usecases (see
https://lists.llvm.org/pipermail/llvm-dev/2021-February/148326.html)
cover update_test_checks.py, too. This patch fixes that, together with
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138836
Files:
llvm/test/Transforms/InstCombine/widen-load-of-small-alloca.ll
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/check_attrs.ll.funcattrs.expected
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/check_attrs.ll.plain.expected
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/function_name.ll.expected
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/prefix-never-matches.ll.expected
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/sometimes_deleted_function.ll.expected
llvm/test/tools/UpdateTestChecks/update_test_checks/prefix-never-matches.test
llvm/utils/UpdateTestChecks/common.py
llvm/utils/update_test_checks.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138836.478285.patch
Type: text/x-patch
Size: 12085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221128/443c1884/attachment.bin>
More information about the llvm-commits
mailing list