[PATCH] Fix thumbv5e stack coloring assertion failure

Logan Chien tzuhsiang.chien at gmail.com
Tue Feb 19 08:03:19 PST 2013


Ping?


On Fri, Feb 15, 2013 at 1:45 PM, Logan Chien <tzuhsiang.chien at gmail.com>wrote:

> Hi,
>
>   I found that some code with llvm.lifetime.* intrinsics will raise
> assertion failure in Thumb1 backend when stack coloring is enabled.  The
> root cause is that we are accessing the stack slot for frame pointer
> without checking the existence of the stack slot.  The test cases and the
> patch are attached.  Please have a look.  Thanks.
>
> Sincerely,
> Logan
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130220/9a438cde/attachment.html>


More information about the llvm-commits mailing list