[flang-commits] [flang] [flang][OpenMP] Try to unify induction var privatization for sequential loops inside parallel regions. (PR #91116)

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


ergawy wrote:

> Could you check why the CI is failing?

I added the assertion prematurely and it was triggering for IVs in worksharing loops as you (@kiranchandramohan) pointed out.

I will limit the scope of this PR for sequential loops inside `omp parallel` regions then.

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


More information about the flang-commits mailing list