[Mlir-commits] [flang] [mlir] [flang][MLIR] Support delayed privatization for `wsloop` (PFT -> MLIR) (PR #118271)

Kareem Ergawy llvmlistbot at llvm.org
Mon Dec 2 04:16:51 PST 2024


================
@@ -0,0 +1,42 @@
+! RUN: %flang_fc1 -emit-hlfir -fopenmp -mmlir --openmp-enable-delayed-privatization-staging \
----------------
ergawy wrote:

There are 2 flags. The staging one is for partial implementations of delayed privatization (i.e. where the relevant construct is not support across the entire pipeline; e.g. the MLIR to LLVM lowering is still missing like this case). The one you mentioned is for completely implemented constructs (like `omp.parallel`).

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


More information about the Mlir-commits mailing list