Function melior::dialect::memref::realloc

source ·
pub fn realloc<'c>(
    context: &'c Context,
    value: Value<'c, '_>,
    size: Option<Value<'c, '_>>,
    type: MemRefType<'c>,
    alignment: Option<IntegerAttribute<'c>>,
    location: Location<'c>
) -> Operation<'c>
Expand description

Create a memref.realloc operation.