svn commit: r255804 - in head/contrib/llvm/lib: CodeGen/SelectionDAG Target/AArch64 Target/ARM Target/Hexagon Target/MSP430 Target/Mips Target/NVPTX Target/PowerPC Target/R600 Target/Sparc Target/S...

Bryan Drewery bdrewery at FreeBSD.org
Mon Sep 23 00:19:48 UTC 2013


On 9/22/2013 5:03 PM, Dimitry Andric wrote:
> Author: dim
> Date: Sun Sep 22 22:03:30 2013
> New Revision: 255804
> URL: http://svnweb.freebsd.org/changeset/base/255804
> 
> Log:
>   Pull in r191165 from upstream llvm trunk:
>   
>     ISelDAG: spot chain cycles involving MachineNodes
>   
>     Previously, the DAGISel function WalkChainUsers was spotting that it
>     had entered already-selected territory by whether a node was a
>     MachineNode (amongst other things). Since it's fairly common practice
>     to insert MachineNodes during ISelLowering, this was not the correct
>     check.
>   
>     Looking around, it seems that other nodes get their NodeId set to -1
>     upon selection, so this makes sure the same thing happens to all
>     MachineNodes and uses that characteristic to determine whether we
>     should stop looking for a loop during selection.
>   
>     This should fix PR15840.

15840 is for x11-fonts/ucs-fixed. Did you put the wrong one?

>   
>   Specifically, this fixes the long-standing assertion failure when
>   compiling the multimedia/gstreamer port on i386.  Thanks to Tijl

I will update the package builder with this. Thanks!

>   Coosemans for his help in getting upstream to fix it.
>   
>   Approved by:	re (marius)


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20130922/818b2220/attachment.sig>


More information about the svn-src-head mailing list