This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sve] Canonicalise MLIR_RUN_ARM_SVE_TESTS
ClosedPublic

Authored by awarzynski on Oct 28 2022, 11:22 AM.

Details

Summary

Similarly to other CMake variables used to configure LIT tests, this
patch makes sure that MLIR_RUN_ARM_SVE_TESTS is canonicalised. The
corresponding LIT configuration is updated accordingly.

Diff Detail

Event Timeline

awarzynski created this revision.Oct 28 2022, 11:22 AM
awarzynski requested review of this revision.Oct 28 2022, 11:22 AM
aartbik accepted this revision.Oct 28 2022, 11:32 AM
This revision is now accepted and ready to land.Oct 28 2022, 11:32 AM
Matt added a subscriber: Matt.Oct 28 2022, 12:52 PM
This revision was automatically updated to reflect the committed changes.

Even with -DMLIR_RUN_ARM_SVE_TESTS=OFF, this breaks the integration tests. I will send out a fix.