[llvm-branch-commits] [flang] [flang] Lower omp.workshare to other omp constructs (PR #101446)
Ivan R. Ivanov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 10 06:32:24 PDT 2024
ivanradanov wrote:
Ah yes, I meant `scf.execute_region`. But when I tried creating that and it was not registered so I thought it was a deliberate decision to not pull in the scf dialect so I opted not to go for that lowering. I was wondering if there is some op that is like `scf.execute_region` but already used in flang.
I will go for emitting an error in case there are multiple blocks for this first iteration then.
https://github.com/llvm/llvm-project/pull/101446
More information about the llvm-branch-commits
mailing list