[all-commits] [llvm/llvm-project] df6c26: update_analyze_test_checks.py: fix --filter handling
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Mon Mar 7 04:41:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df6c26fd3499d0770eff3922b90f576d7bde3880
https://github.com/llvm/llvm-project/commit/df6c26fd3499d0770eff3922b90f576d7bde3880
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
A llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/Inputs/x86-filter.ll
A llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/Inputs/x86-filter.ll.filter.expected
A llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/filter.test
M llvm/utils/UpdateTestChecks/common.py
M llvm/utils/update_analyze_test_checks.py
Log Message:
-----------
update_analyze_test_checks.py: fix --filter handling
In particular, after filtering the check lines can't necessarily
use `-NEXT`, they may not be one directly after another.
More information about the All-commits
mailing list