Displaying 1 result from an estimated 1 matches for "forloop1".
Did you mean:
forloop
2012 Aug 30
1
[LLVMdev] PHI
...chine code: PHI operand is not in the CFG ***
- function: main
- basic block: BB#0 entry (0x2412320)
- instruction: PHI <BB#1>
- operand 0: <BB#1>
LLVM ERROR: Found 2 machine code errors.
....
From trace:
0. Program arguments: /home/rkotler/llvmpb/install/bin/llc
-mcpu=mips16 forloop1.ll -march=mipsel -relocation-model=pic -o
forloop1.s -O3
1. Running pass 'Function Pass Manager' on module 'forloop1.ll'.
2. Running pass 'Mips Assembly Printer' on function '@main'
Aborted
rkotler at ubuntu-rkotler:~/workspace/llvm_base_test/src$
/home/rkotl...