[llvm-commits] [PATCH] [bug fix] llc -regalloc=basic -verify-regalloc: Don't say "unallocated live vreg" for vreg with empty live range

Patrik Hägglund H patrik.h.hagglund at ericsson.com
Fri May 11 06:26:26 PDT 2012


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.

There is also a test file attached, that triggers this problem on x86_64, generated with llvm-stress.

/Patrik Hägglund

  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RegAllocBase.diff
Type: application/octet-stream
Size: 962 bytes
Desc: RegAllocBase.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120511/9fff18cb/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stress_9_14910_19.ll
Type: application/octet-stream
Size: 1003 bytes
Desc: stress_9_14910_19.ll
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120511/9fff18cb/attachment-0001.obj>


More information about the llvm-commits mailing list