6 lines · plain
1! RUN: %flang -### -funroll-loops %s 2>&1 | FileCheck %s -check-prefix UNROLL2! RUN: %flang -### -fno-unroll-loops %s 2>&1 | FileCheck %s -check-prefix NO-UNROLL3 4! UNROLL: "-funroll-loops"5! NO-UNROLL: "-fno-unroll-loops"6 1! RUN: %flang -### -funroll-loops %s 2>&1 | FileCheck %s -check-prefix UNROLL2! RUN: %flang -### -fno-unroll-loops %s 2>&1 | FileCheck %s -check-prefix NO-UNROLL3 4! UNROLL: "-funroll-loops"5! NO-UNROLL: "-fno-unroll-loops"6