[all-commits] [llvm/llvm-project] 891d51: [UpdateTestChecks][llvm-mca] Use common.itertests ...

Michael Maitland via All-commits all-commits at lists.llvm.org
Tue Sep 26 16:23:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 891d511fdbb4654667533c832049deeea0c715c7
      https://github.com/llvm/llvm-project/commit/891d511fdbb4654667533c832049deeea0c715c7
  Author: Michael Maitland <michaeltmaitland at gmail.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M llvm/utils/update_mca_test_checks.py

  Log Message:
  -----------
  [UpdateTestChecks][llvm-mca] Use common.itertests in update_mca_test_checks (#67477)

common.itertests has useful functionality such as skipping test case if
it starts with UTC_AVOID comment string. It also does some of the
functionality, such as skipping test file pattern if not found, that was
duplicated by update_mca_test_checks.

This patch uses this function to take advantage of extra behavior and
remove duplication.




More information about the All-commits mailing list