[Mlir-commits] [mlir] 08eced5 - [mlir][test] Add -march=aarch64 -mattr=+sve to test-scalable-interleave

Benjamin Maxwell llvmlistbot at llvm.org
Thu Feb 22 07:33:25 PST 2024


Author: Benjamin Maxwell
Date: 2024-02-22T15:30:53Z
New Revision: 08eced5fccd2f103379292f119834a7a3c3b6b25

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

LOG: [mlir][test] Add -march=aarch64 -mattr=+sve to test-scalable-interleave

Fix for https://lab.llvm.org/buildbot/#/builders/179/builds/9438

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-scalable-interleave.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-scalable-interleave.mlir b/mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-scalable-interleave.mlir
index 8ae3eee6462ca7..07989bd71f501b 100644
--- a/mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-scalable-interleave.mlir
+++ b/mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-scalable-interleave.mlir
@@ -1,6 +1,7 @@
 // RUN: mlir-opt %s -test-lower-to-llvm | \
 // RUN: %mcr_aarch64_cmd -e entry -entry-point-result=void  \
-// RUN:   -shared-libs=%mlir_c_runner_utils,%mlir_arm_runner_utils | \
+// RUN:   -shared-libs=%mlir_c_runner_utils,%mlir_arm_runner_utils \
+// RUN:   -march=aarch64 -mattr=+sve | \
 // RUN: FileCheck %s
 
 func.func @entry() {


        


More information about the Mlir-commits mailing list