[Mlir-commits] [mlir] [mlir][ArmSME] NFC: -force-streaming-compatible-sve rename fixup (PR #93177)
Cullen Rhodes
llvmlistbot at llvm.org
Thu May 23 05:03:57 PDT 2024
https://github.com/c-rhodes created https://github.com/llvm/llvm-project/pull/93177
-force-streaming-compatible-sve was renamed to
-force-streaming-compatible in #92774.
>From 8f6858a85d0a1f108a2fe5c0f3430e58d0c1fd3f Mon Sep 17 00:00:00 2001
From: Cullen Rhodes <cullen.rhodes at arm.com>
Date: Thu, 23 May 2024 12:00:47 +0000
Subject: [PATCH] [mlir][ArmSME] NFC: -force-streaming-compatible-sve rename
fixup
-force-streaming-compatible-sve was renamed to
-force-streaming-compatible in #92774.
---
mlir/test/Integration/Dialect/Vector/CPU/ArmSME/test-ssve.mlir | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/test-ssve.mlir b/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/test-ssve.mlir
index f283ed31fe58e..ba61be746aa7a 100644
--- a/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/test-ssve.mlir
+++ b/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/test-ssve.mlir
@@ -2,7 +2,7 @@
// DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
// DEFINE: %{run} = %mcr_aarch64_cmd \
// DEFINE: -march=aarch64 -mattr=+sve,+sme \
-// DEFINE: --force-streaming-compatible-sve \
+// DEFINE: -force-streaming-compatible \
// DEFINE: -e %{entry_point} -entry-point-result=i32 \
// DEFINE: -shared-libs=%mlir_runner_utils,%mlir_c_runner_utils
More information about the Mlir-commits
mailing list