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
DAG: Fix assuming f16 is the only 16-bit fp type in concat vector combine (#121637)
[llvm-project.git]
/
flang
/
test
/
Lower
/
OpenMP
/
simple-barrier.f90
blob
cc996330a2a730f67a956c162719098cee7c0451
1
!RUN: %flang_fc1 -flang-experimental-hlfir -emit-hlfir -fopenmp %s -o - | FileCheck %s
2
!RUN: bbc -hlfir -emit-hlfir -fopenmp %s -o - | FileCheck %s
3
4
subroutine
sample
()
5
! CHECK: omp.barrier
6
!$omp barrier
7
end subroutine
sample