[LLVMdev] Extracting ILP from bytecode/*.ll

Devesh Tiwari deveshti at comp.nus.edu.sg
Wed May 31 23:32:49 PDT 2006


By using analyze -stats -instcounts <bytecode> I can get the total number
of instructions but I want to extract instruction level parallelism .
That is I want to know number of add instruction that can be executed
in parallel, similarly for multiply ...
This would give me an idea what is upper limit of adders ( and multipliers
)should be there in my hardware.

Any kind of help would be  greatly appreciated.

-Devesh






More information about the llvm-dev mailing list