Expand description
Memory to register promotion optimization pass.
Structs§
- Alloc
Info - Information about an allocation of memory that can potentially be promoted to a register.
Enums§
- Promotable
OpKind - An operation implementing PromotableOpInterface provides this info.
Traits§
- Promotable
Allocation Interface - A promotable memory allocation implements this interface to provide the necessary info for register promotion.
- Promotable
OpInterface - Interface for operations that can be promoted to registers.
Functions§
- mem2reg
- Perform memory to register promotion on regions (recursively) within root.