[flang-commits] [flang] [flang] Fix `getTypeSizeAndAlignment` for packed/tail-padded `RecordType` and `TRANSFER` gate (PR #220377)
Daniel Chen via flang-commits
flang-commits at lists.llvm.org
Thu Sep 3 05:58:54 PDT 2026
================
@@ -556,6 +556,11 @@ std::string getTypeAsString(mlir::Type ty, const KindMapping &kindMap,
llvm::StringRef prefix = "");
/// Return the size and alignment of FIR types.
+/// The returned size is the allocation size (including tail padding to the
----------------
DanielCChen wrote:
Ok. Fixed.
https://github.com/llvm/llvm-project/pull/220377
More information about the flang-commits
mailing list