[llvm-commits] [llvm] r135074 - in /llvm/trunk/lib/CodeGen: InterferenceCache.h RegAllocGreedy.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Jul 13 15:06:54 PDT 2011


On Jul 13, 2011, at 3:04 PM, Eli Friedman wrote:

> On Wed, Jul 13, 2011 at 1:14 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>> Author: stoklund
>> Date: Wed Jul 13 15:14:52 2011
>> New Revision: 135074
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=135074&view=rev
>> Log:
>> Move the InterferenceCache cursor into the GlobalSplitCand struct.
>> 
>> This is in preparation of supporting multiple global split candidates in
>> a single live range split operation.
> 
> This commit appears to be causing test suite failures in
> MultiSource/Applications/ClamAV/clamscan.compile/exec.  Taking a quick
> look, it appears to be crashing in regalloc on libclamav_petite.c.

Thanks, Eli. I'll try to reproduce ASAP.





More information about the llvm-commits mailing list