Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generates CFGs and does light data flow analysis over those CFGs
Uses a small subset of LLVM (of course including phi nodes and globals)
    alloca
    load
    store
    ret
    icmp
    br
    add
    sub
    div
    mul
    call
    define

NOTES: some of the tests were generated using ChatGPT to get more permutations, the code is a mess and I need to fix it up

About

Simple CFG creation and data flow analysis on a VERY small subset of llvm

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages