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

Cullen Rhodes llvmlistbot at llvm.org
Thu May 23 05:49:40 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 \
----------------
c-rhodes wrote:

Yeah it's a good point, think this was the first test we added and the function attribute hadn't been wired up yet or something. Updated to remove the flag altogether.

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


More information about the Mlir-commits mailing list