[Mlir-commits] [mlir] [mlir][vector] Remove Emulated Sub-directory (PR #94742)

Benjamin Maxwell llvmlistbot at llvm.org
Fri Jun 7 03:58:04 PDT 2024


================
@@ -7,3 +7,8 @@ if not config.mlir_run_arm_sve_tests:
 # No JIT on win32.
 if sys.platform == "win32":
     config.unsupported = True
+
+# The tests in this folder assume full control of the hardware features, such as
+# the vector length, so must be run under an emulator.
+if not config.arm_emulator_executable:
+    config.unsupported = True
----------------
MacDue wrote:

Can this be removed now that the tests use `REQUIRES: arm-emulator-executable`?

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


More information about the Mlir-commits mailing list