Skip to content

regehr/llvm-dataflow-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLVM Dataflow Info Printer Pass

Tell us what some of LLVM's dataflow analyses think about the code being compiled.

Requirements

  • LLVM 9 or higher
  • cmake 3.7

Build

mkdir build
cd build
cmake .. -G Ninja
ninja

Run

On Linux, in the build directory:

opt -load ./LLVMDataflowInfo.so -dataflow-info ../test/test1.ll

On OS X, in the build directory:

opt -load ./LLVMDataflowInfo.dylib -dataflow-info ../test/test1.ll

About

print information from LLVM dataflow analyses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published