[all-commits] [llvm/llvm-project] 3598b8: [Utils] Allow update_test_checks to check function...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Wed Oct 30 18:41:04 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3598b810029dee4abfd5545f02ec256d33f79e71
      https://github.com/llvm/llvm-project/commit/3598b810029dee4abfd5545f02ec256d33f79e71
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M llvm/utils/UpdateTestChecks/common.py
    M llvm/utils/update_analyze_test_checks.py
    M llvm/utils/update_mir_test_checks.py
    M llvm/utils/update_test_checks.py

  Log Message:
  -----------
  [Utils] Allow update_test_checks to check function information

Summary:
This adds a switch to the update_test_checks that triggers arguments and
other function annotations, e.g., personality, to be present in the
check line. If not set, the behavior should be the same as before.
If arguments are recorded, their names are scrubbed from the IR to allow
merging.

This patch includes D68153.

Reviewers: lebedev.ri, greened, spatel, xbolva00, RKSimon, mehdi_amini

Subscribers: bollu, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list