We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd538c commit 0ebdd00Copy full SHA for 0ebdd00
flang/test/Lower/OpenMP/loop-lifetime.f90
@@ -1,6 +1,7 @@
1
! This test checks the insertion of lifetime information for loop indices of
2
! OpenMP loop operations.
3
! RUN: %flang_fc1 -flang-experimental-hlfir -emit-llvm -fopenmp %s -o - | FileCheck %s
4
+! REQUIRES: stableFlang
5
6
! CHECK-LABEL: define void @wsloop_i32
7
subroutine wsloop_i32()
0 commit comments