This repo contains my work on optimizing the choice of edges in the optimal inling algorithm.
clang -S -emit-llvm example.c -o ex.ll
opt -passes=dot-callgraph
dot -Tpng -ocallgraph.png ex.ll.callgraph.dot
python3 main.py
This repo contains my work on optimizing the choice of edges in the optimal inling algorithm.
clang -S -emit-llvm example.c -o ex.ll
opt -passes=dot-callgraph
dot -Tpng -ocallgraph.png ex.ll.callgraph.dot
python3 main.py