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

Benjamin Maxwell llvmlistbot at llvm.org
Thu May 23 05:33:38 PDT 2024


================
@@ -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 \
----------------
MacDue wrote:

I think this is just an old test (that predated the `arm_streaming` attribute). This can probably be removed now.

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


More information about the Mlir-commits mailing list