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-riscv.c
blob
46690a7e7cf0ca32ddff99ad822c016e1b005eb2
1
__attribute__
((
overloadable
))
2
void
testRiscv
(
__rvv_int8mf8_t
);
3
// CHECK: USR: c:@F@testRiscv#@BT@__rvv_int8mf8_t#
4
5
// RUN: c-index-test -index-file %s --target=riscv64 -target-feature +v | FileCheck %s