Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / index-builtin-sve.cpp
blobcc148a21578fa3807b946872d965868d52807f28
1 void testSve(__SVInt8_t sve);
2 // CHECK: USR: c:@F@testSve#@BT@__SVInt8_t#
4 void testBf16(__bf16);
5 // CHECK: USR: c:@F@testBf16#@BT@__bf16#
7 // RUN: c-index-test -index-file %s --target=aarch64 -target-feature +bf16 -target-feature +sve -std=c++11 | FileCheck %s