brintos

brintos / llvm-project-archived public Read only

0
0
Text · 223 B · 5c1a07e Raw
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