[all-commits] [llvm/llvm-project] 255e7e: [UpdateTestChecks] Fix `update_*_test_checks.py` t...

Mircea Trofin via All-commits all-commits at lists.llvm.org
Mon Nov 28 13:35:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 255e7e1c21eeb57b26585836a2e2d5a7f39e3cf3
      https://github.com/llvm/llvm-project/commit/255e7e1c21eeb57b26585836a2e2d5a7f39e3cf3
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
    A clang/test/utils/update_cc_test_checks/Inputs/prefix-never-matches.cpp.expected
    M clang/test/utils/update_cc_test_checks/prefix-never-matches.test
    M llvm/test/Transforms/InstCombine/widen-load-of-small-alloca.ll
    M llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/Inputs/x86-loopvectorize-costmodel.ll.expected
    M llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/check_attrs.ll.funcattrs.expected
    M llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/check_attrs.ll.plain.expected
    M llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/function_name.ll.expected
    A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/prefix-never-matches.ll.expected
    M llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/sometimes_deleted_function.ll.expected
    M llvm/test/tools/UpdateTestChecks/update_test_checks/prefix-never-matches.test
    M llvm/utils/UpdateTestChecks/common.py
    M llvm/utils/update_analyze_test_checks.py
    M llvm/utils/update_cc_test_checks.py
    M llvm/utils/update_test_checks.py

  Log Message:
  -----------
  [UpdateTestChecks] Fix `update_*_test_checks.py` to add "unused" prefixes

The support introduced in 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, update_cc_test_checks.py, and
update_analyze_test_checks.py, too.

Issue #59220.

Differential Revision: https://reviews.llvm.org/D138836




More information about the All-commits mailing list