[flang-commits] [flang] [flang] Adding lowering of TEAMs features to PRIF in MIF Dialect (PR #165573)

via flang-commits flang-commits at lists.llvm.org
Thu Nov 6 02:45:58 PST 2025


================
@@ -1,13 +1,13 @@
-//===-- Lower/Coarray.h -- image related lowering ---------------*- C++ -*-===//
+//===-- Lower/MultiImageFortran.h -- image related lowering -----*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef FORTRAN_LOWER_COARRAY_H
-#define FORTRAN_LOWER_COARRAY_H
+#ifndef FORTRAN_LOWER_MULTI_IMAGE_FORTRAN_H
----------------
jeanPerier wrote:

nit: The convention is `FORTRAN_LOWER_MULTIIMAGEFORTRAN_H`, even if that is less readable (only folders `/` create `_`.

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


More information about the flang-commits mailing list