search for: optscript

Displaying 5 results from an estimated 5 matches for "optscript".

Did you mean: getscript
2012 Jan 12
2
[LLVMdev] Extract Loop Failing
...se/lib/LLVMEXITCDFG.so -exitPass fix_fft.c.bc -o fix_fft.c.bc 1. Running pass 'Function Pass Manager' on module 'fix_fft.c.bc'. 2. Running pass 'Loop Pass Manager' on function '@fix_fft' 3. Running pass 'CDFG exitPass' on basic block '%bb3' ./optScript.sh: line 46: 2637 Segmentation fault opt -load /home/ryan/llvm/llvm_core/llvm-2.9/Release/lib/LLVMEXITCDFG.so -exitPass $1.bc -o ${1}.bc If I remove the "deleteLoopFromQueue" function call, it goes over all the loops (supposedly extracting them) and then segFaults. How should I pr...
2012 Jan 12
4
[LLVMdev] Extract Loop Failing
..._fft.c.bc -o fix_fft.c.bc >> 1. Running pass 'Function Pass Manager' on module 'fix_fft.c.bc'. >> 2. Running pass 'Loop Pass Manager' on function '@fix_fft' >> 3. Running pass 'CDFG exitPass' on basic block '%bb3' >> ./optScript.sh: line 46: 2637 Segmentation fault opt -load >> /home/ryan/llvm/llvm_core/llvm-2.9/Release/lib/LLVMEXITCDFG.so -exitPass >> $1.bc -o ${1}.bc >> >> If I remove the "deleteLoopFromQueue" function call, it goes over all the >> loops (supposedly extractin...
2012 Jan 12
0
[LLVMdev] Extract Loop Failing
...xitPass > fix_fft.c.bc -o fix_fft.c.bc > 1. Running pass 'Function Pass Manager' on module 'fix_fft.c.bc'. > 2. Running pass 'Loop Pass Manager' on function '@fix_fft' > 3. Running pass 'CDFG exitPass' on basic block '%bb3' > ./optScript.sh: line 46: 2637 Segmentation fault opt -load > /home/ryan/llvm/llvm_core/llvm-2.9/Release/lib/LLVMEXITCDFG.so -exitPass > $1.bc -o ${1}.bc > > If I remove the "deleteLoopFromQueue" function call, it goes over all the > loops (supposedly extracting them) and then seg...
2012 Jan 12
0
[LLVMdev] Extract Loop Failing
...fft.c.bc -o fix_fft.c.bc >> 1. Running pass 'Function Pass Manager' on module 'fix_fft.c.bc'. >> 2. Running pass 'Loop Pass Manager' on function '@fix_fft' >> 3. Running pass 'CDFG exitPass' on basic block '%bb3' >> ./optScript.sh: line 46: 2637 Segmentation fault opt -load /home/ryan/llvm/llvm_core/llvm-2.9/Release/lib/LLVMEXITCDFG.so -exitPass $1.bc -o ${1}.bc >> >> If I remove the "deleteLoopFromQueue" function call, it goes over all the loops (supposedly extracting them) and then segFaults...
2012 Jan 12
0
[LLVMdev] Fwd: Extract Loop Failing
..._fft.c.bc >>> 1. Running pass 'Function Pass Manager' on module 'fix_fft.c.bc'. >>> 2. Running pass 'Loop Pass Manager' on function '@fix_fft' >>> 3. Running pass 'CDFG exitPass' on basic block '%bb3' >>> ./optScript.sh: line 46: 2637 Segmentation fault opt -load >>> /home/ryan/llvm/llvm_core/llvm-2.9/Release/lib/LLVMEXITCDFG.so -exitPass >>> $1.bc -o ${1}.bc >>> >>> If I remove the "deleteLoopFromQueue" function call, it goes over all >>> the loops (...