body_start was never used, resulting in the first filtered line to be
skipped.
Fixes the --filter option introduced in D117694.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119704
[UpdateTestChecks] Don't skip first line with --filter ClosedPublic Authored by sebastian-ne on Feb 14 2022, 3:09 AM. Tokens "Love" token, awarded by JOE1994.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 3 2022, 7:36 AM This revision was landed with ongoing or failed builds.Mar 3 2022, 8:27 AM Closed by commit rG473efae3a18f: [UpdateTestChecks] Don't skip first line with --filter (authored by sebastian-ne). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 412734 llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll.filter-out.expected
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll.filter.expected
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll.multifilter.expected
llvm/utils/UpdateTestChecks/common.py
|