[flang-commits] [flang] [flang] Add struct passing target rewrite hooks and partial X86-64 impl (PR #74829)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Fri Dec 8 16:05:27 PST 2023
================
@@ -58,6 +59,63 @@ static void typeTodo(const llvm::fltSemantics *sem, mlir::Location loc,
}
}
+/// Return the size of alignment of FIR types.
----------------
vzakhari wrote:
typo:
```suggestion
/// Return the size and alignment of FIR types.
```
https://github.com/llvm/llvm-project/pull/74829
More information about the flang-commits
mailing list