[flang-commits] [flang] [mlir] [flang][AIX] BIND(C) derived type alignment for AIX (PR #121505)
via flang-commits
flang-commits at lists.llvm.org
Mon Jan 6 06:13:51 PST 2025
jeanPerier wrote:
There is at least one pass that convert fir.type to new fir.type. It probably needs to be updated to propagate the packed aspect (or assert that the types are not packed if that is not possible in that context).
https://github.com/llvm/llvm-project/blob/3f7905733820851bc4f65cb4af693c3101cbf20d/flang/lib/Optimizer/CodeGen/BoxedProcedure.cpp#L151
https://github.com/llvm/llvm-project/pull/121505
More information about the flang-commits
mailing list