Skip to content

Perform loop unrolling on normalized c/c++ loops

Notifications You must be signed in to change notification settings

salmanjnr/unroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unroller

Perform loop unrolling by a factor of 2 for all loops in a source file.

Usage

LoopConvert input_file

Installation

First you need to download nix, then simply run nix-build inside the directory to build the project and have the output in result/bin/LoopConvert. You can also run nix-shell to get into a development environment for the project. You can then manually use Make to build.

About

Perform loop unrolling on normalized c/c++ loops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published