Files
clang-p2996/flang/test/Driver/funroll-loops.f90
2025-01-16 06:43:32 +00:00

6 lines
223 B
Fortran

! RUN: %flang -### -funroll-loops %s 2>&1 | FileCheck %s -check-prefix UNROLL
! RUN: %flang -### -fno-unroll-loops %s 2>&1 | FileCheck %s -check-prefix NO-UNROLL
! UNROLL: "-funroll-loops"
! NO-UNROLL: "-fno-unroll-loops"