[Mlir-commits] [mlir] [MLIR][LLVM][DLTI] Handle data layout token 'Fn32' (PR #141167)
Tobias Gysi
llvmlistbot at llvm.org
Thu May 22 23:34:10 PDT 2025
================
@@ -101,6 +101,10 @@ Attribute getDefaultGlobalMemorySpace(DataLayoutEntryInterface entry);
/// DataLayoutInterface if specified, otherwise returns the default.
uint64_t getDefaultStackAlignment(DataLayoutEntryInterface entry);
+/// Default handler for the stack alignment request. Dispatches to the
----------------
gysit wrote:
```suggestion
/// Default handler for the function pointer alignment request. Dispatches to the
```
https://github.com/llvm/llvm-project/pull/141167
More information about the Mlir-commits
mailing list