search for: d21490

Displaying 3 results from an estimated 3 matches for "d21490".

Did you mean: 21490
2016 Jun 19
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...nter.cpp is modified to print call preserved registers in comments at call site in generated assembly file. This suggestion was by Quentin Colombet to improve readability of asm files while experimenting RegMask and calling convention etc. This simple patch can be found here http://reviews.llvm.org/D21490. We have also experimented a simple improvement to IPRA by setting callee saved registers to none for local function and we have found some performance improvement. Testing: ====== After bug 28144 fix there is no runtime failures in test suite. Also due to bug 28144 there was about 60 run time f...
2016 Jun 20
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...reserved registers in comments >> at call site in generated assembly file. This suggestion was by Quentin >> Colombet to improve readability of asm files while experimenting RegMask >> and calling convention etc. This simple patch can be found here >> http://reviews.llvm.org/D21490. >> >> We have also experimented a simple improvement to IPRA by setting callee >> saved registers to none for local function and we have found some >> performance improvement. >> >> Testing: >> ====== >> >> After bug 28144 fix there is no runti...
2016 Jun 15
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
On Wed, Jun 15, 2016 at 6:16 AM, Quentin Colombet <qcolombet at apple.com> wrote: > Hi Vivek, > > How much of the slow down on runtime comes from the different layout of > the function in the asm file? (I.e., because of the dummy scc pass.) > > Hello Quentin, Please do not consider previous results as there was a major bug in RegMask calculation due to not considering