[Mlir-commits] [flang] [llvm] [mlir] [flang][OpenMP] Enable tiling (PR #143715)

Krzysztof Parzyszek llvmlistbot at llvm.org
Thu Aug 28 08:49:51 PDT 2025


================
@@ -49,6 +49,7 @@
 using namespace Fortran::lower::omp;
 using namespace Fortran::common::openmp;
 using namespace Fortran::utils::openmp;
+using namespace Fortran::semantics;
----------------
kparzysz wrote:

Fortran::semantics is a large namespace (and from a different component).  Please avoid "using namespace" in such cases.

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


More information about the Mlir-commits mailing list