[flang-commits] [flang] [llvm] [mlir] [flang][OpenMP] Enable delayed privatization by default (PR #90945)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Tue Jun 4 20:54:22 PDT 2024


================
@@ -1,7 +1,12 @@
 ! This test checks the lowering of parallel do
 
-! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir -fopenmp %s -o - | FileCheck %s
-! RUN: bbc -fopenmp -emit-fir -hlfir=false %s -o - | FileCheck %s
+! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir -fopenmp \
----------------
ergawy wrote:

I did not fix the expecataions since we have quite a few tests that have delayed privatization enabled. Let me know if you prefer to switch it on in the following tests as well and instead update the checks to verify the outlined privatizers.

https://github.com/llvm/llvm-project/pull/90945


More information about the flang-commits mailing list