1 ! RUN: %flang_fc1 -emit-hlfir -o - %s | FileCheck %s
3 ! CHECK: #loop_unroll = #llvm.loop_unroll<disable = false, full = true>
4 ! CHECK: #loop_annotation = #llvm.loop_annotation<unroll = #loop_unroll>
6 ! CHECK-LABEL: unroll_dir
10 !CHECK: fir.do_loop {{.*}} attributes {loopAnnotation = #loop_annotation}
14 end subroutine unroll_dir
17 ! CHECK-LABEL: intermediate_directive
18 subroutine intermediate_directive
22 !CHECK: fir.do_loop {{.*}} attributes {loopAnnotation = #loop_annotation}
26 end subroutine intermediate_directive