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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu May 23 05:04:27 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir-sme

Author: Cullen Rhodes (c-rhodes)

<details>
<summary>Changes</summary>

-force-streaming-compatible-sve was renamed to
-force-streaming-compatible in #<!-- -->92774.

---
Full diff: https://github.com/llvm/llvm-project/pull/93177.diff


1 Files Affected:

- (modified) mlir/test/Integration/Dialect/Vector/CPU/ArmSME/test-ssve.mlir (+1-1) 


``````````diff
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
 

``````````

</details>


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


More information about the Mlir-commits mailing list