[llvm-commits] [PATCH] [ARM JIT] To fix "llvm_unreachable("Unable to handle this constantpool entry!")"

Shih-wei Liao sliao at google.com
Wed May 26 02:27:54 PDT 2010


See http://llvm.org/bugs/show_bug.cgi?id=7226: ARM JIT couldn't emit
constant pool entry for "ConstantVector" and "ConstantArray".

The patch passes both "make check" and "make check-lit". Basically,
the patch added the processing of ConstantVector and ConstantArray.
The problem is gone after the patch.
--
Thanks,
  Shih-wei
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm-jit-ConstantVector-ConstantArray.patch
Type: text/x-patch
Size: 3592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100526/24ced2f8/attachment.bin>


More information about the llvm-commits mailing list