[llvm] [SLP] Move some of X86 tests to common directory (PR #106401)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 02:20:50 PDT 2024


alexey-bataev wrote:

If the llvm compiled without x86 or aarch64, it still tries to run all the tests. These tests will fail, because llvm won't be able execute them successfully. To prevent their unconditional execution, need to add special directives that checks if the compiler supports given target. Or put them in the corresponding directories, where config files do the same - check if the llvm support given target before running the tests in the given directories. 

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


More information about the llvm-commits mailing list