[PATCH] Fix crash in ARM backend inside of ARMConstantIslandPass

David Majnemer david.majnemer at gmail.com
Mon Jun 3 22:54:43 PDT 2013


Hi,

The ARM backend did not expect LDRBi12 to hold a constant pool operand.

The attached patch allows for LLVM to deal with the instruction similar to
how it deals with LDRi12.

This addresses PR16215.

-- 
David Majnemer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130603/e6b83240/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PR16215.diff
Type: application/octet-stream
Size: 1577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130603/e6b83240/attachment.obj>


More information about the llvm-commits mailing list