Skip to content

Implementation of a loop fusion LLVM transformation pass.

Notifications You must be signed in to change notification settings

ilija-s/loop-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loop Fusion

Implementation of a loop fusion transform pass within LLVM.

Build

mkdir build
cd build
cmake ..
make
cd ..

Run

Instructions on how to run the optimization is located inside examples directory.

About

Implementation of a loop fusion LLVM transformation pass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published