1 // RUN: fir-opt --split-input-file --lower-workshare --allow-unregistered-dialect %s | FileCheck %s
3 // Check that we do not emit an omp.single for the constant operation
7 %c1 = arith.constant 1 : index
8 omp.workshare.loop_wrapper {
9 omp.loop_nest (%arg1) : index = (%c1) to (%c1) inclusive step (%c1) {
10 "test.test0"() : () -> ()
19 // CHECK-NOT: omp.single