[flang-commits] [flang] [flang][OpenMP][MLIR] Basic support for delayed privatization code-gen (PR #81833)

via flang-commits flang-commits at lists.llvm.org
Thu Feb 22 08:24:52 PST 2024


================
@@ -0,0 +1,30 @@
+! Test that reductions and delayed privatization work properly togehter. Since
+! both types of clauses add block arguments to the OpenMP region, we make sure
+! that the block arguments are added in the proper order (reductions first and
+! then delayed privatization.
+
+! RUN: bbc -emit-hlfir -fopenmp --openmp-enable-delayed-privatization -o - %s 2>&1 | FileCheck %s
----------------
NimishMishra wrote:

Is this patch accessible through `bbc` at the moment? Not through `flang-new`? I am just curious because we have been not been testing with `bbc` (without testing for `flang-new`) for a while now. Is it something to do with `--openmp-enable-delayed-privatization`?

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


More information about the flang-commits mailing list