Skip to content

sanjeev29/llvm-value-numbering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llvm-value-numbering

Implement and compare three value numbering techniques, local value numbering (LVN), super local value numbering (SVN) and dominator-tree-based global value numbering (GVN). Downgrade existing GVN.cpp to perform LVN and SVN using command line option -lvn and -svn respectively.

About

Implement and compare three value numbering techniques, local value numbering (LVN), super local value numbering (SVN) and dominator-tree-based global value numbering (GVN). Downgrade existing GVN.cpp to perform Local and Superlocal Value Numbering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors