When we appended check lines at the end we could not share prefixes
before. This patch should make it possible and allow us to reduce
some check line counts (especially for Clang/OpenMP tests).
See also: https://reviews.llvm.org/D128686
Paths
| Differential D128684
[UpdateTestChecks] Handle prefix reuse for appended check lines ClosedPublic Authored by jdoerfert on Jun 27 2022, 4:04 PM.
Details Summary When we appended check lines at the end we could not share prefixes See also: https://reviews.llvm.org/D128686
Diff Detail
Unit TestsFailed Event Timelinejdoerfert added a child revision: D128686: [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests.Jun 27 2022, 4:11 PM This revision is now accepted and ready to land.Jun 27 2022, 6:59 PM This revision was landed with ongoing or failed builds.Jun 28 2022, 3:19 PM Closed by commit rGb0ce93226cee: [UpdateTestChecks] Handle prefix reuse for appended check lines (authored by jdoerfert). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 440423 llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs_prefix_reuse.ll
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs_prefix_reuse.ll.generated.expected
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs_prefix_reuse.ll.generated.globals.expected
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs_prefix_reuse.ll.nogenerated.expected
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs_prefix_reuse.ll.nogenerated.globals.expected
llvm/test/tools/UpdateTestChecks/update_test_checks/generated_funcs_prefix_reuse.test
llvm/utils/UpdateTestChecks/common.py
|