[flang-commits] [flang] [flang][OpenMP] Try to unify induction var privatization (PR #91116)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Mon May 6 03:28:10 PDT 2024


ergawy wrote:

> Could you check why the CI is failing?

I added an assertion to test that pre-determined is not set. But seems to be causing issues. Looking into it now...

> Or do you mean selectiveley enabling privatization for the parallel construct?

Yes, that is what I meants since `parallel` is now supported across the pipeline so I was thinking of using delayed privatization for it as early as possible while working on other constructs.

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


More information about the flang-commits mailing list