Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / aarch64-matmul.cpp
blob677d8bf9735b003368888a7f89926a0e7f4c642f
1 // RUN: %clang_cc1 -triple aarch64-eabi -target-feature +neon -target-feature +i8mm -S -emit-llvm %s -o - | FileCheck %s
3 #ifdef __ARM_FEATURE_MATMUL_INT8
4 extern "C" void arm_feature_matmulint8_defined() {}
5 #endif
6 // CHECK: define{{.*}} void @arm_feature_matmulint8_defined()