[Mlir-commits] [mlir] [mlir] Add `mlir_arm_runner_utils` library for use in integration tests (PR #78583)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Jan 18 09:11:12 PST 2024
================
@@ -0,0 +1,60 @@
+//===- ArmRunnerUtils.cpp - Utilities for configuring architecture properties //
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
----------------
banach-space wrote:
Could you add links to some relevant docs? Sounds like `PR_SVE_SET_VL` and `PR_SME_SET_VL` are key for this lib.
https://github.com/llvm/llvm-project/pull/78583
More information about the Mlir-commits
mailing list