================ @@ -0,0 +1,16 @@ +// REQUIRES: aarch64-registered-target + +// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sme -target-feature +sme2 -target-feature +bf16 -verify -emit-llvm -o - %s + +#include <arm_sme.h> + ---------------- Lukacma wrote:
Therer is a script to generate target guard tests. aarch64_builtins_test_generator.py . Sorry I thought it also generates imm check tests, but that doesnt seem to be the case https://github.com/llvm/llvm-project/pull/187046 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
