Luke Geeson | 832cd74 | 2020-04-09 17:21:19 +0100 | [diff] [blame] | 1 | // RUN: %clang_cc1 -triple aarch64-eabi -target-feature +neon -target-feature +i8mm -S -emit-llvm %s -o - | FileCheck %s |
2 | |||||
3 | #ifdef __ARM_FEATURE_MATMUL_INT8 | ||||
4 | extern "C" void arm_feature_matmulint8_defined() {} | ||||
5 | #endif | ||||
6 | // CHECK: define void @arm_feature_matmulint8_defined() | ||||
7 | |||||
8 |