[llvm-commits] [PATCH] [bug fix] llc -regalloc=basic -verify-regalloc: Don't say "unallocated live vreg" for vreg with empty live range
Jakob Stoklund Olesen
stoklund at 2pi.dk
Fri May 11 17:34:56 PDT 2012
On May 11, 2012, at 6:26 AM, Patrik Hägglund H wrote:
> Hi,
>
> This patch fix a problem in RegAllocBase::verify(). Currently it complains "unallocated live vreg", even if the live range is empty for the vreg.
r156685
Thanks!
/jakob
More information about the llvm-commits
mailing list