[all-commits] [llvm/llvm-project] 473efa: [UpdateTestChecks] Don't skip first line with --fi...

Sebastian Neubauer via All-commits all-commits at lists.llvm.org
Thu Mar 3 08:27:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 473efae3a18fd6dcbf00d95de3fa22a7294f31c0
      https://github.com/llvm/llvm-project/commit/473efae3a18fd6dcbf00d95de3fa22a7294f31c0
  Author: Sebastian Neubauer <Sebastian.Neubauer at amd.com>
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
    M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll.filter-out.expected
    M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll.filter.expected
    M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll.multifilter.expected
    M llvm/utils/UpdateTestChecks/common.py

  Log Message:
  -----------
  [UpdateTestChecks] Don't skip first line with --filter

body_start was never used, resulting in the first filtered line to be
skipped.
Fixes the --filter option introduced in D117694.

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




More information about the All-commits mailing list