Commit Graph

1 Commits

Author SHA1 Message Date
Darius Rueckert 13c7a22cee Codegen Optimizer API
This patch adds the classes Optimizer and OptimizationPass, which
define the core API of the codegen optimization.

A single (trivial) optimization is added that removes NOP
expressions from a graph.

Change-Id: I0430d6ffc61a474f997475ff787a81a9c69cfe23
2020-02-18 10:50:10 +01:00