diff --git a/flang/test/Lower/OpenMP/atomic-control-options.f90 b/flang/test/Lower/OpenMP/atomic-control-options.f90 index 407f83b856eec..6654305aa2352 100644 --- a/flang/test/Lower/OpenMP/atomic-control-options.f90 +++ b/flang/test/Lower/OpenMP/atomic-control-options.f90 @@ -8,25 +8,17 @@ program test threads = 128 A = 0 B = 0 - !UNSAFE-FP-ATOMICS: omp.atomic.update %{{.*}} : !fir.ref { !UNSAFE-FP-ATOMICS: } {atomic_control = #omp.atomic_control} - !IGNORE-DENORMAL: omp.atomic.update %{{.*}} : !fir.ref { !IGNORE-DENORMAL: } {atomic_control = #omp.atomic_control} - !FINE-GRAINED-MEMORY: omp.atomic.update %{{.*}} : !fir.ref { !FINE-GRAINED-MEMORY: } {atomic_control = #omp.atomic_control} - !REMOTE-MEMORY: omp.atomic.update %{{.*}} : !fir.ref { !REMOTE-MEMORY: } {atomic_control = #omp.atomic_control} !$omp target parallel num_threads(threads) !$omp atomic A = A + 1 !$omp end target parallel - !UNSAFE-FP-ATOMICS: omp.atomic.update %{{.*}} : !fir.ref { !UNSAFE-FP-ATOMICS: } {atomic_control = #omp.atomic_control} - !IGNORE-DENORMAL: omp.atomic.update %{{.*}} : !fir.ref { !IGNORE-DENORMAL: } {atomic_control = #omp.atomic_control} - !FINE-GRAINED-MEMORY: omp.atomic.update %{{.*}} : !fir.ref { !FINE-GRAINED-MEMORY: } {atomic_control = #omp.atomic_control} - !REMOTE-MEMORY: omp.atomic.update %{{.*}} : !fir.ref { !REMOTE-MEMORY: } {atomic_control = #omp.atomic_control} !$omp target parallel num_threads(threads) !$omp atomic capture