[Mlir-commits] [flang] [mlir] [flang][MLIR] Support delayed privatization for `wsloop` (PFT -> MLIR) (PR #118271)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Dec 2 04:08:25 PST 2024
================
@@ -0,0 +1,42 @@
+! RUN: %flang_fc1 -emit-hlfir -fopenmp -mmlir --openmp-enable-delayed-privatization-staging \
----------------
NimishMishra wrote:
There may be an obvious thing I am missing here, but is there a reason for "staging" here? Last I did some tests on delayed privatisation, the flag was "openmp-enable-delayed-privatization", which sounded better.
https://github.com/llvm/llvm-project/pull/118271
More information about the Mlir-commits
mailing list