Skip to content

Commit 9098367

Browse files
committed
[mlir][vector] Remove Emulated Sub-directory
The "Emulated" sub-directory under "ArmSVE" has been removed. Associated tests have been up a directory and now include the "REQUIRES" constraint for the arm-emulator.
1 parent c5c530f commit 9098367

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/Emulated/lit.local.cfg

Lines changed: 0 additions & 5 deletions
This file was deleted.

mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/Emulated/test-scalable-deinterleave.mlir renamed to mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-scalable-deinterleave.mlir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: arm-emulator-executable
2+
13
// DEFINE: %{entry_point} = entry
24
// DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
35
// DEFINE: %{run} = %mcr_aarch64_cmd -march=aarch64 -mattr=+sve \

mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/Emulated/test-setArmVLBits.mlir renamed to mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-setArmVLBits.mlir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: arm-emulator-executable
2+
13
// DEFINE: %{entry_point} = main
24
// DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
35
// DEFINE: %{run} = %mcr_aarch64_cmd -march=aarch64 -mattr=+sve \

mlir/test/lit.cfg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,6 @@ def have_host_jit_feature_support(feature_name):
250250

251251
if config.run_rocm_tests:
252252
config.available_features.add("host-supports-amdgpu")
253+
254+
if config.arm_emulator_executable:
255+
config.available_features.add("arm-emulator-executable")

0 commit comments

Comments
 (0)