On Friday, March 13, 2015 03:20:27 PM Tapani Pälli wrote:
> Commit bb33a31 introduced MAD->MUL optimization which did not
> take account case where one of the remaining sources is immediate
> and did not report progress. Patch changes last one of the sources
> to be immediate and adds progress repo
On Fri, Mar 13, 2015 at 10:35 AM, Matt Turner wrote:
> On Fri, Mar 13, 2015 at 6:20 AM, Tapani Pälli wrote:
>> Commit bb33a31 introduced MAD->MUL optimization which did not
>> take account case where one of the remaining sources is immediate
>> and did not report progress. Patch changes last one
On Fri, Mar 13, 2015 at 6:20 AM, Tapani Pälli wrote:
> Commit bb33a31 introduced MAD->MUL optimization which did not
> take account case where one of the remaining sources is immediate
> and did not report progress. Patch changes last one of the sources
> to be immediate and adds progress reportin
Tapani Pälli writes:
> Commit bb33a31 introduced MAD->MUL optimization which did not
> take account case where one of the remaining sources is immediate
> and did not report progress. Patch changes last one of the sources
> to be immediate and adds progress reporting. If both are, this is
> taken
Commit bb33a31 introduced MAD->MUL optimization which did not
take account case where one of the remaining sources is immediate
and did not report progress. Patch changes last one of the sources
to be immediate and adds progress reporting. If both are, this is
taken care of by the same opt_algebrai