[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
Thu Aug 1 18:52:56 PDT 2024
================
@@ -2,3 +2,4 @@ add_subdirectory(CodeGen)
add_subdirectory(Dialect)
add_subdirectory(HLFIR)
add_subdirectory(Transforms)
+add_subdirectory(OpenMP)
----------------
ivanradanov wrote:
Thank you, I missed those passes, I guess I will make a separate PR for creating the OpenMP pass directory and moving those there. I will link that here once done.
https://github.com/llvm/llvm-project/pull/101446
More information about the llvm-branch-commits
mailing list