
Similar to other targets (AMDGPU, Mips, PowerPC, RISCV, X86, ...) `ninja check-clang-codegen-aarch64` can be used to test this subfolder. Pull Request: https://github.com/llvm/llvm-project/pull/115818
9 lines
282 B
C++
9 lines
282 B
C++
// RUN: %clang_cc1 -triple aarch64 -target-feature +neon -target-feature +i8mm -emit-llvm %s -o - | FileCheck %s
|
|
|
|
#ifdef __ARM_FEATURE_MATMUL_INT8
|
|
extern "C" void arm_feature_matmulint8_defined() {}
|
|
#endif
|
|
// CHECK: define{{.*}} void @arm_feature_matmulint8_defined()
|
|
|
|
|