[Mlir-commits] [mlir] Reimplementing target description concept using DLTI attribute (PR #92138)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue May 14 12:05:37 PDT 2024
================
@@ -84,6 +90,24 @@ Attribute getDefaultGlobalMemorySpace(DataLayoutEntryInterface entry);
/// DataLayoutInterface if specified, otherwise returns the default.
uint64_t getDefaultStackAlignment(DataLayoutEntryInterface entry);
+/// return max vector op width from the specified DataLayoutEntry. If the
----------------
ftynse wrote:
Nit: please capitalize the first word in the sentence.
https://github.com/llvm/llvm-project/pull/92138
More information about the Mlir-commits
mailing list