Displaying 1 result from an estimated 1 matches for "linefor".
Did you mean:
winefor
2007 Mar 23
1
[LLVMdev] strange pass behaviour
...arSchedule.so -MParSchedule -f -o opt.o a.out.bc
With the following it won't:
llc --load=/llvm/Debug/lib/MParSchedule.so -load=/llvm/Debug/lib/libMyBackend.so -f -march=MyBackend a.out.bc
I am quite puzzled and would be happy if anyone would have a suggestion what goes wrong.
Which means the linefor the first instruction of the second block processed is missing (tmp1)
for my unoptimized example bytecode attached.
Am i not allowed to load a pass dynamically for llc? I doubt that i have memory corruption
since i am using the stl for all lists and stuff.
Thanks
ST
----
relevant code snipped fr...