/AAA616

AAA616 Program Analysis

Primary LanguageLLVM

AAA616

AAA616 class project: a simple interval analysis tool

Installation

  1. Install Go (https://golang.org)
  2. Install llir (https://github.com/llir/llvm)
$ go get -u github.com/llir/llvm/...

How to run

  1. build go to the folder with main.go and build
$ go build
  1. run the execution file with sample codes (or realworld codes)
$ ./iterval ./../test/toy/ll/mod.ll