search for: a_oep

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

Did you mean: a_iep
2012 May 07
0
[LLVMdev] A problem with optimal edge profiling.
...he llvmprof.out file. I mean it starts to compute but never ends (I checked CPU Usage). For example, a log of my actions: anon at anonVB:~/MiBench/ automotive/qsort$ clang qsort_large.c -emit-llvm -c -o a.bc anon at anonVB:~/MiBench/automotive/qsort$ opt a.bc -insert-optimal-edge-profiling -O2 -o a_oep.bc anon at anonVB:~/MiBench/automotive/qsort$ llc a_oep.bc -O2 -o a.s anon at anonVB:~/MiBench/automotive/qsort$ clang a.s ./libprofile_rt.so -O2 -o a anon at anonVB:~/MiBench/automotive/qsort$ ./a input_large.dat > out.txt anon at anonVB:~/MiBench/automotive/qsort$ opt a_oep.bc -profile-loader...