Function melior::dialect::memref::alloca

source ·
pub fn alloca<'c>(
    context: &'c Context,
    type: MemRefType<'c>,
    dynamic_sizes: &[Value<'c, '_>],
    symbols: &[Value<'c, '_>],
    alignment: Option<IntegerAttribute<'c>>,
    location: Location<'c>
) -> Operation<'c>
Expand description

Create a memref.alloca operation.