[LLVMdev] [patch] arm bugfix: invalid add/sub constant

Lauro Ramos Venancio lauro.venancio at gmail.com
Wed Dec 13 14:20:53 PST 2006


This patch fix the follwing bug.

cat teste.ll | ./llvm-as | ./llc -march=arm | as
{standard input}: Assembler messages:
{standard input}:7: Error: invalid constant (30000010) after fixup
{standard input}:16: Error: invalid constant (30000010) after fixup


Lauro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061213/43af1826/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.patch
Type: text/x-patch
Size: 4418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061213/43af1826/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: addSubConstant.ll
Type: application/octet-stream
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061213/43af1826/attachment.obj>


More information about the llvm-dev mailing list