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
/
SemaOpenMP
/
arm-sve-acle-types.cpp
blob
03d61beff175fc09794225ef3a36d417e07d7919
1
// RUN: %clang_cc1 -fopenmp -fsyntax-only -triple aarch64 -target-feature +sve -verify %s
2
// expected-no-diagnostics
3
4
__SVBool_t
foo
(
int
);
5
6
void
test
() {
7
#pragma omp parallel
8
{
9
__SVBool_t pg
=
foo
(
1
);
10
}
11
}