[Mlir-commits] [mlir] [mlir][ArmSME] NFC: -force-streaming-compatible-sve rename fixup (PR #93177)

Cullen Rhodes llvmlistbot at llvm.org
Thu May 23 05:46:28 PDT 2024


https://github.com/c-rhodes updated https://github.com/llvm/llvm-project/pull/93177

>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 1/2] [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
 

>From 1564a1b1cf7d89667278a07605206d9c6c4ad840 Mon Sep 17 00:00:00 2001
From: Cullen Rhodes <cullen.rhodes at arm.com>
Date: Thu, 23 May 2024 12:41:46 +0000
Subject: [PATCH 2/2] remove flag altogether

---
 mlir/test/Integration/Dialect/Vector/CPU/ArmSME/test-ssve.mlir | 1 -
 1 file changed, 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 ba61be746aa7a..fcf070186359b 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,6 @@
 // DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
 // DEFINE: %{run} = %mcr_aarch64_cmd \
 // DEFINE:  -march=aarch64 -mattr=+sve,+sme \
-// 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