matthewbdwyer / tipc

A compiler from TIP to llvm bitcode
MIT License
65 stars 39 forks source link

Change commandline to selectively enable optimizations #98

Closed matthewbdwyer closed 3 months ago

matthewbdwyer commented 1 year ago

Also change documentation of optimizer to be more tutorial.

matthewbdwyer commented 3 months ago

Fixed the documentation, but decided not to make the commandline overly complex in the main branch. We will have a branch that shows how to selectively enable optimizations to demonstrate how that can be done.