From 1ba8654aa791b6115779137b186eb329046014b1 Mon Sep 17 00:00:00 2001 From: Anchu Rajendran Date: Mon, 6 Oct 2025 15:10:01 -0500 Subject: [PATCH] [flang][mlir] Removing unrelated changes from the atomic-control testcase --- flang/test/Lower/OpenMP/atomic-control-options.f90 | 8 -------- 1 file changed, 8 deletions(-) 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