[flang-commits] [flang] [flang] Add Flang Community Call notes for the August 12th meeting (PR #215853)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Wed Aug 12 12:00:17 PDT 2026


================
@@ -0,0 +1,84 @@
+<!--===- docs/MeetingNotes/2026/2026-08-12.md
+
+   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
+
+-->
+# Community Call 2026-08-12
+
+## Agenda
+
+* Design docs and/or RFCs  
+  * [\[RFC\]\[flang\] Promote loop-invariant array-section reductions for vectorization](https://discourse.llvm.org/t/rfc-flang-promote-loop-invariant-array-section-reductions-for-vectorization/91499)  
+    * Feedback has been given and rework is necessary, will remove from the agenda for now until that rework is completed  
+  * [\[RFC\] \- Path Forward for \_FortranAAssignSimple Runtime Optimization](https://discourse.llvm.org/t/rfc-path-forward-for-fortranaassignsimple-runtime-optimization/91527)  
+    * Discussion ongoing on the Discourse post  
+  * [Perfectly-nesting fir.do\_loop nests (drop IV round-trip \+ sink final store): lowering or a pass?](https://discourse.llvm.org/t/perfectly-nesting-fir-do-loop-nests-drop-iv-round-trip-sink-final-store-lowering-or-a-pass/91532)  
+    * Discussion ongoing on the Discourse post  
+  *  [RFC: Add \`-finit-local=\` to Flang for Initializing Automatic Variables](https://discourse.llvm.org/t/rfc-add-finit-local-to-flang-for-initializing-automatic-variables/91545)    
----------------
eugeneepshteyn wrote:

There are two spaces after the `*` here, one everywhere else. That moves this item's content column from 4 to 5, so the four sub-bullets below (lines 20–23) are no longer indented far enough to be its children.

GitHub renders them as siblings of this RFC link — at the same level as the other RFC agenda topics — so they read as four separate agenda items rather than as notes on the `-finit-local=` RFC. Compare the `Perfectly-nesting fir.do_loop nests` item just above, which nests correctly.

Deleting one space fixes it.

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


More information about the flang-commits mailing list