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-ppc.cpp
blob
1a7358b6cef37e3e6b2b5f74afa7ca97b993acb1
1
void
testPpc
(
__vector_quad
);
2
// CHECK: USR: c:@F@testPpc#@BT@__vector_quad#
3
4
void
testIBM
(
__ibm128
);
5
// CHECK: USR: c:@F@testIBM#@BT@__ibm128#
6
//
7
// RUN: c-index-test -index-file %s --target=powerpc64 -target-cpu pwr10 | FileCheck %s