[llvm-commits] PATCH: Teach LiveInterval::join to use the fast merge algorithm

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Jul 10 08:03:27 PDT 2012


On Jul 10, 2012, at 12:09 AM, Chandler Carruth <chandlerc at gmail.com> wrote:

> This is getting a touch gross, but when I tried hoisting the value numbering bits out, it was a lot more code.
> 
> I can do that if you want, but I don't think it's going to help much. Fortunately, we don't have any other internal clients, so this shouldn't keep growing ad-hoc value number update strategies.

I think the patch is fine as it is. It's not as gross as I had feared.

/jakob





More information about the llvm-commits mailing list