@MISC{Platzer_lecturenotes, author = {André Platzer}, title = {Lecture Notes on Basic Optimizations 15-411: Compiler Design}, year = {} }
Bookmark
OpenURL
Abstract
Several optimizations are easier to perform on SSA form, because SSA needs less analysis. Some optimizations can even be built into SSA construction. Advanced optimizations need advanced static analysis techniques on IR trees and SSA. In these lecture notes, we only deal with the SSA case