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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue May 28 01:07:11 PDT 2024


Author: Cullen Rhodes
Date: 2024-05-28T09:07:07+01:00
New Revision: ea20647023f7bb110e8a198485727458684c43c6

URL: https://github.com/llvm/llvm-project/commit/ea20647023f7bb110e8a198485727458684c43c6
DIFF: https://github.com/llvm/llvm-project/commit/ea20647023f7bb110e8a198485727458684c43c6.diff

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

-force-streaming-compatible-sve was renamed in #92774 but this test was
missed, no longer required so removing.

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/Vector/CPU/ArmSME/test-ssve.mlir

Removed: 
    


################################################################################
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..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-sve \
 // 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