Lauro Ramos Venancio
2006-Dec-13 22:20 UTC
[LLVMdev] [patch] arm bugfix: invalid add/sub constant
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>