[Mlir-commits] [mlir] Handle large integers (> 64 bits) for the IntegerAttr C-API (PR #130539)
John Demme
llvmlistbot at llvm.org
Wed Mar 19 13:50:30 PDT 2025
================
@@ -157,6 +157,22 @@ MLIR_CAPI_EXPORTED uint64_t mlirIntegerAttrGetValueUInt(MlirAttribute attr);
/// Returns the typeID of an Integer attribute.
MLIR_CAPI_EXPORTED MlirTypeID mlirIntegerAttrGetTypeID(void);
+typedef struct {
----------------
teqdruid wrote:
Could use some documentation.
https://github.com/llvm/llvm-project/pull/130539
More information about the Mlir-commits
mailing list