LoopPass Skeleton
Visit loops in code; outer loop met last.
Build & Run
First check the Makefile to set path to llvm-config and version. 3.8, 3.9 should be fine, so should 4.0
$ make
$ opt-X.Y -load built/LPSkel.so -lpskel < file.bc
...
$
Visit loops in code; outer loop met last.
First check the Makefile to set path to llvm-config and version. 3.8, 3.9 should be fine, so should 4.0
$ make
$ opt-X.Y -load built/LPSkel.so -lpskel < file.bc
...
$