[LLVMdev] dependence analyzer for machine code?
Tzu-Chien Chiu
tzuchien.chiu at gmail.com
Sun Sep 4 23:45:58 PDT 2005
why there is no general dependency analysis for the "machin code"?
perhaps it's because the instruction scheduling is only implemented
for sparcv9?
i am going to implement a dependency analysis pass for machine code
block. the result will be returned in a boost graph
(http://www.boost.org/libs/graph/doc/table_of_contents.html).
just to check if it has already been implemented. it seems to be a
very common used pass (for instruction scheduling).
--
Tzu-Chien Chiu,
3D Graphics Hardware Architect
<URL:http://www.csie.nctu.edu.tw/~jwchiu>
More information about the llvm-dev
mailing list