[flang-commits] [flang] [flang][OpenMP] Rewrite `omp.loop` to semantically equivalent ops (PR #115443)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Wed Nov 27 05:40:38 PST 2024


================
@@ -41,57 +42,12 @@
 #include "llvm/Frontend/OpenMP/OMPConstants.h"
 
 using namespace Fortran::lower::omp;
+using namespace Fortran::common::openmp;
----------------
skatrak wrote:

Nit: For consistency, it looks like `Fortran::common::omp` would be a better name for the namespace in the end.

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


More information about the flang-commits mailing list