Skip to main content

alloc

Function alloc 

Source
pub fn alloc<'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.alloc operation.