Skip to content

bloqade.squin.rewrite.wrap_analysis.AddressAttribute

← Module overview

classAddressAttributesource

bloqade.squin.rewrite.wrap_analysis.AddressAttribute

Bases: ir.Attribute

IR attribute carrying an address-analysis result.

class AddressAttribute(address: Address)

Parameters

NameTypeDescription
addressAddress

Attributes

NameTypeDefaultDescription
name—'Address'
addressAddressrequired

methodprint_implsource

bloqade.squin.rewrite.wrap_analysis.AddressAttribute.print_impl

def print_impl(printer: Printer) -> None

Print the wrapped address.

Parameters

NameTypeDescription
printerPrinter
source