[LLVMdev] code generation for ARM
D S Khudia
daya.khudia at gmail.com
Tue Jun 14 10:01:33 PDT 2011
Hello,
I am getting the following error while generating code for arm using llc for
one of the specint2000 benchmark. Though same works for x86 target.
Command => llc -march=arm 186.crafty/186.crafty.rel.bc -o
186.crafty/186.crafty.m5arm.s
Error => LLVM ERROR: Couldn't allocate output reg for constraint '{cx}'!
Have anyone seen this before? Is there a work around for this? I have tried
different register allocator using option "-regalloc=<>" to llc. It happens
with all the register allocators.
Thanks
Daya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110614/412c9385/attachment.html>
More information about the llvm-dev
mailing list