[llvm] [UpdateTestChecks] Add support for SPIRV in update_llc_test_checks.py (PR #66213)
Thomas Preud'homme via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 13 07:57:12 PDT 2023
================
@@ -196,6 +196,13 @@ def __call__(self, parser, namespace, values, option_string=None):
default=[],
help="List of regular expressions such that, for matching global value declarations, literal integer values should be encoded in hex in the associated FileCheck directives",
)
+ parser.add_argument(
+ "--skip-check-label",
+ action="store_true",
+ dest="skip_check_label",
+ default=False,
+ help="Activate CHECK-LABEL line generation per function",
----------------
RoboTux wrote:
Shouldn't it be "disable CHECK-LABEL" line generation?
https://github.com/llvm/llvm-project/pull/66213
More information about the llvm-commits
mailing list