Issue 202793
Summary [flang] Hook up `!dec$ attributes align`
Labels enhancement, flang
Assignees
Reporter eugeneepshteyn
    After [this discussion](https://discourse.llvm.org/t/rfc-alignment-of-global-arrays/90397) and https://github.com/llvm/llvm-project/pull/194969 the default alignment of global arrays was changed to 64 bytes, which is a good step forward.

Unfortunately, there's no way in flang to control alignment of individual variables. There's `!dec$ attributes align` directive, but it's not hooked up. This issue is a request to hook it up and enable general alignment control mechanism.

Related issue: https://github.com/llvm/llvm-project/issues/159134
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to