Skip to content
  • Tim Northover's avatar
    910dde7a
    ARM: prefer allocating VFP regs at stride 4 on Darwin. · 910dde7a
    Tim Northover authored
    This is necessary for WatchOS support, where the compact unwind format assumes
    this kind of layout. For now we only want this on Swift-like CPUs though, where
    it's been the Xcode behaviour for ages. Also, since it can expand the prologue
    we don't want it at -Oz.
    
    llvm-svn: 243884
    910dde7a
    ARM: prefer allocating VFP regs at stride 4 on Darwin.
    Tim Northover authored
    This is necessary for WatchOS support, where the compact unwind format assumes
    this kind of layout. For now we only want this on Swift-like CPUs though, where
    it's been the Xcode behaviour for ages. Also, since it can expand the prologue
    we don't want it at -Oz.
    
    llvm-svn: 243884
Loading