[llvm] update_llc_test_checks: better support for non-llc tools (PR #93135)

Jannik Silvanus via llvm-commits llvm-commits at lists.llvm.org
Mon May 27 04:37:39 PDT 2024


Nicolai =?utf-8?q?Hähnle?= <nicolai.haehnle at amd.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/93135 at github.com>


================
@@ -54,6 +54,16 @@ def main():
         default=False,
         help="Reduce scrubbing shuffles with memory operands",
     )
+    parser.add_argument(
+        "--tool",
+        default=None,
+        help="Treat the given tool name as an llc-like tool for which check lines should be generated",
+    )
+    parser.add_argument(
+        "--march",
----------------
jasilvanus wrote:

`--default-march`?

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


More information about the llvm-commits mailing list