Skip to content

ireevm.ref.discard

ireevm dialect

Discard compiler ownership of an IREE VM reference without releasing it.

Operation contract

Property Value
Semantic phase executable
Ownership effects discard resource (by_value)

Signature

Kind Name Type Cardinality Description
Operand resource any required Reference value to discard.

Examples

ireevm.ref.discard %resource : ireevm.ref<ireevm.list<i32>>