commit | d5410bd8f65b8d0f845dc8beccd498b6fa098660 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Fri Dec 12 11:13:10 2014 -0800 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Jan 15 07:20:20 2015 -0800 |
tree | 4d944b67568f4e49e7c5e91f85ad057593321f11 | |
parent | 0e145a951e64e0b955e8315e22edf9e2ab4581ec [diff] |
nir: Add an algebraic optimization pass This pass uses the previously built algebraic transformations framework and should act as an example for anyone else wanting to make an algebraic transformation pass for NIR. Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Connor Abbott <cwabbott0@gmail.com>