Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 290 Bytes

File metadata and controls

17 lines (12 loc) · 290 Bytes

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.