[llvm-branch-commits] [flang] [flang] Lower omp.workshare to other omp constructs (PR #101446)

Tom Eccles via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 1 03:34:55 PDT 2024


================
@@ -2,3 +2,4 @@ add_subdirectory(CodeGen)
 add_subdirectory(Dialect)
 add_subdirectory(HLFIR)
 add_subdirectory(Transforms)
+add_subdirectory(OpenMP)
----------------
tblah wrote:

There are some other OpenMP passes already in `flang/lib/Optimizer/Transforms/OMP*.cpp`.

I prefer creating a separate subdirectory as you have done here. Please could you move the other passes here too.

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


More information about the llvm-branch-commits mailing list