PBQP bugfix

Lang Hames lhames at gmail.com
Fri Jan 30 11:10:53 PST 2015


Hi Jonas,

Thanks very much for tracking this down!

I think the best approach to fixing this is to have the PBQP register
allocator recognize these nodes early and never represent them in the
graph. Any matrix that has only one column must be connected to a node that
has only one solution, and this should be allocated up-front to simplify
the solver's job.

I'll have a fix for this later today.

Cheers,
Lang.

On Thu, Jan 29, 2015 at 9:25 AM, Jonas Paulsson <jonas.paulsson at ericsson.com
> wrote:

>  Hi,
>
>
>
> This is a bugfix for the PBQP register allocator. The case for a
> one-column matrix must be handled in the MatrixMetadata constructor.
>
>
>
> See commit message for further explanation,
>
>
>
> Jonas Paulsson
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150130/a0feceaa/attachment.html>


More information about the llvm-commits mailing list