On Friday, May 23, 2014 1:46 AM Vladimir Makarov wrote:
On 05/21/2014 12:25 AM, Ajit Kumar Agarwal wrote:
> Hello All:
>
> Simpson does the Live range shrinking and reduction of register
> pressure by using the computation that are not load and store but the
> arithmetic computation. The comput
On 05/22/2014 10:16 PM, Vladimir Makarov wrote:
It also permits to
rematerialize not only on loop borders (although it is the most
important points).
That would certainly be interesting for the following hot subroutine in
our weather forecasting model (attached). Note the loop from (line 157
On 05/21/2014 12:25 AM, Ajit Kumar Agarwal wrote:
> Hello All:
>
> Simpson does the Live range shrinking and reduction of register pressure by
> using the computation that are not load and store but the arithmetic
> computation. The computation
> where the operands and registers are live at the e
Hello All:
Simpson does the Live range shrinking and reduction of register pressure by
using the computation that are not load and store but the arithmetic
computation. The computation
where the operands and registers are live at the entry and exit of the basic
block but not touched inside the