Skip to content

Commit 45d56ab

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 45d56ab

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: arm-emulator-executable
12
// DEFINE: %{entry_point} = entry
23
// DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
34
// 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: arm-emulator-executable
12
// DEFINE: %{entry_point} = main
23
// DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
34
// 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)