search for: d76570

Displaying 2 results from an estimated 2 matches for "d76570".

2020 Mar 24
2
[RFC][AArch64] Homogeneous Prolog and Epilog for Size Optimization
...from. This is a part of effort toward minimizing code size presented in here <https://llvm.org/devmtg/2020-02-23/slides/Kyungwoo-GlobalMachineOutlinerForThinLTO.pdf>. In particular, this RFC is about optimizing prolog and epilog for size. *Homogeneous Prolog and Epilog for Size Optimization, D76570 <https://reviews.llvm.org/D76570>:* Prolog and epilog to handle callee-save registers tend to be irregular with different immediate offsets, which are not often being outlined (by machine outliner) when optimizing for size. From D18619, combining stack operations stretched irregularity furth...
2020 Mar 24
2
[RFC][AArch64] Homogeneous Prolog and Epilog for Size Optimization
...t of effort toward minimizing code size presented in here > <https://llvm.org/devmtg/2020-02-23/slides/Kyungwoo-GlobalMachineOutlinerForThinLTO.pdf>. > In particular, this RFC is about optimizing prolog and epilog for size. > > *Homogeneous Prolog and Epilog for Size Optimization, D76570 > <https://reviews.llvm.org/D76570>:* > > Prolog and epilog to handle callee-save registers tend to be irregular > with different immediate offsets, which are not often being outlined (by > machine outliner) when optimizing for size. From D18619, combining stack > operations...