[flang-commits] [flang] [llvm] [Flang][Fir] Set default alignment of array globals to 64 bytes (PR #194969)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Wed Apr 29 15:46:37 PDT 2026
================
@@ -0,0 +1,74 @@
+! RUN: bbc -emit-fir -hlfir -o - %s | FileCheck %s
+
+module m
+ implicit none
+
+ ! Array Globals that should get alignment 64 by default.
----------------
tarunprabhu wrote:
```suggestion
! Array globals that should get alignment 64 by default.
```
https://github.com/llvm/llvm-project/pull/194969
More information about the flang-commits
mailing list