repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Index
/
index-builtin-sve.cpp
blob
cc148a21578fa3807b946872d965868d52807f28
1
void
testSve
(
__SVInt8_t sve
);
2
// CHECK: USR: c:@F@testSve#@BT@__SVInt8_t#
3
4
void
testBf16
(
__bf16
);
5
// CHECK: USR: c:@F@testBf16#@BT@__bf16#
6
7
// RUN: c-index-test -index-file %s --target=aarch64 -target-feature +bf16 -target-feature +sve -std=c++11 | FileCheck %s