[flang-commits] [flang] [flang][Lower] Add lowering to SYNC ALL, SYNC MEMORY and SYNC IMAGES to PRIF (PR #154166)
via flang-commits
flang-commits at lists.llvm.org
Tue Sep 9 08:42:05 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff origin/main HEAD --extensions h,cpp -- flang/include/flang/Lower/AbstractConverter.h flang/include/flang/Optimizer/Builder/IntrinsicCall.h flang/include/flang/Optimizer/Builder/Runtime/Coarray.h flang/lib/Lower/Bridge.cpp flang/lib/Lower/Runtime.cpp flang/lib/Optimizer/Builder/IntrinsicCall.cpp flang/lib/Optimizer/Builder/Runtime/Coarray.cpp
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/flang/lib/Lower/Bridge.cpp b/flang/lib/Lower/Bridge.cpp
index 8f775bc8e..772b33938 100644
--- a/flang/lib/Lower/Bridge.cpp
+++ b/flang/lib/Lower/Bridge.cpp
@@ -1135,7 +1135,8 @@ public:
Fortran::common::LanguageFeature::Coarray))
fir::emitFatalError(
getCurrentLocation(),
- "Not yet implemented: Multi-image features are experimental and are disabled by default, use '-fcoarray' to enable.",
+ "Not yet implemented: Multi-image features are experimental and are "
+ "disabled by default, use '-fcoarray' to enable.",
false);
}
``````````
</details>
https://github.com/llvm/llvm-project/pull/154166
More information about the flang-commits
mailing list