Skip to content
  • Andreas Klebinger's avatar
    4cbf2581
    Fix -freg-graphs for FP and AARch64 NCG (#24941). · 4cbf2581
    Andreas Klebinger authored
    It seems we reserve 8 registers instead of four for global regs
    based on the layout in Note [AArch64 Register assignments].
    
    I'm not sure it's neccesary, but for now we just accept this state of
    affairs and simple update -fregs-graph to account for this.
    
    (cherry picked from commit 3f89ab92)
    4cbf2581
    Fix -freg-graphs for FP and AARch64 NCG (#24941).
    Andreas Klebinger authored
    It seems we reserve 8 registers instead of four for global regs
    based on the layout in Note [AArch64 Register assignments].
    
    I'm not sure it's neccesary, but for now we just accept this state of
    affairs and simple update -fregs-graph to account for this.
    
    (cherry picked from commit 3f89ab92)
Loading