Displaying 1 result from an estimated 1 matches for "vvadd".
Did you mean:
vadd
2013 Jan 31
1
[LLVMdev] emitPseudoInstruction with MCJIT on LLVM 3.2 for ARM
...l,
I was wondering if anyone could help me out with my MCJIT bug on LLVM
3.2. The same code works beautifully on x86 desktop with the same
version of LLVM. This is the error I've been getting on ARM platforms:
dsheffie at tegra-ubuntu:~/projects/threeFingeredJack/python_compile$
python ./vvadd.py
[ 0. 0. 0. ..., 0. 0. 0.]
ARMCodeEmitter::emitPseudoInstruction
UNREACHABLE executed at
/home/dsheffie/llvm/llvm-3.2.src/lib/Target/ARM/ARMCodeEmitter.cpp:843!
Stack dump:
0. Running pass 'ARM Machine Code Emitter' on function
'@tramp_4002416'
Aborted
I'm running...