Implementation of a loop fusion transform pass within LLVM.
mkdir build
cd build
cmake ..
make
cd ..Instructions on how to run the optimization is located inside examples directory.
Implementation of a loop fusion transform pass within LLVM.
mkdir build
cd build
cmake ..
make
cd ..Instructions on how to run the optimization is located inside examples directory.