[llvm] [UpdateTestChecks] Add support for SPIRV in update_llc_test_checks.py (PR #66213)

Paulo Matos via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 03:59:53 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",
----------------
pmatos wrote:

That's correct. Thanks.

https://github.com/llvm/llvm-project/pull/66213


More information about the llvm-commits mailing list