search for: type_out

Displaying 1 result from an estimated 1 matches for "type_out".

Did you mean: pipe_out
2016 Jun 28
0
mutateType on AllocaInst problem
...in /home/pierre/Desktop/llvm/tools/opt/opt.cpp:673:0 #21 0x00007f04af6ada40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x20a40) #22 0x000000000119b2b9 _start (/home/pierre/Desktop/build/bin/opt+0x119b2b9) Stack dump: 0. Program arguments: opt -load ../../../build/lib/LLVMFDP.so -fdp-func type_out.bc -o type_out_func.bc 1. Running pass 'Bitcode Writer' on module 'type_out.bc'. Aborted (core dumped) What is wrong with the vector type? Note that the exact same problem occurs when I just try to mutate the type (removing replaceAllUsesWith) with the new alloca instruction cre...