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

Eli Friedman eli.friedman at gmail.com
Wed Jul 13 15:04:41 PDT 2011


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.

-Eli



More information about the llvm-commits mailing list