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
[Clang] Make OpenMP offloading consistently use the bound architecture (#125135)
[llvm-project.git]
/
flang
/
test
/
Driver
/
funroll-loops.f90
blob
5c1a07e7d5d12e22b2e4118ea9ed40da39eb3ea1
1
! RUN: %flang -### -funroll-loops %s 2>&1 | FileCheck %s -check-prefix UNROLL
2
! RUN: %flang -### -fno-unroll-loops %s 2>&1 | FileCheck %s -check-prefix NO-UNROLL
3
4
! UNROLL: "-funroll-loops"
5
! NO-UNROLL: "-fno-unroll-loops"