Package org.jikesrvm.compilers.opt.hir2lir

Class Summary
ConvertHIRtoLIR Convert an IR object from HIR to LIR
ConvertToLowLevelIR Converts all remaining instructions with HIR-only operators into an equivalent sequence of LIR operators.
DynamicTypeCheckExpansion Expansion of Dynamic Type Checking operations.
ExpandRuntimeServices As part of the expansion of HIR into LIR, this compile phase replaces all HIR operators that are implemented as calls to VM service routines with CALLs to those routines.