Skip to content

bin2415/llvm_DFGPass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 24, 2021
1e362d3 · May 24, 2021

History

6 Commits
May 24, 2021
Apr 17, 2017
Apr 17, 2017
Sep 16, 2019
May 24, 2021

Repository files navigation

llvm_DFGPass

llvm Data Flow Graph dump

This is a dynamic LLVM Pass which is to give the basicblocks id and profile the ids.

Build the pass by doing that:

  • create a folder by mkdir build

  • cd the build folder and build it: cd build && cmake ../

  • make the project: make

execute by the Pass

opt -load /the/path/of/libDFGPass.so -DFGPass /the/path/of/llvm/IR/file

then there are the outputs.

About

llvm Data Flow Graph dump

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published