Skip to content
  • Jim Grosbach's avatar
    Add materialization of virtual base registers for frame indices allocated into · 3cf08661
    Jim Grosbach authored
    the local block. Resolve references to those indices to a new base register.
    For simplification and testing purposes, a new virtual base register is
    allocated for each frame index being resolved. The result is truly horrible,
    but correct, code that's good for exercising the new code paths.
    
    Next up is adding thumb1 support, which should be very simple. Following that
    will be adding base register re-use and implementing a reasonable ARM
    heuristic for when a virtual base register should be generated at all.
    
    llvm-svn: 111315
    3cf08661
Loading