commit | 6bdce55c44a45fc8ec8426996572c18ecf88bd64 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Tue Nov 11 16:11:34 2014 -0800 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Jan 15 07:19:01 2015 -0800 |
tree | 3b3b4def69a9158b59372fd6c333f93bd4beb4a5 | |
parent | 20a581260633cb6d0d8ca571e7f3e886298a5733 [diff] |
nir: Add a basic CSE pass This pass is still fairly basic. It only handles ALU operations, constant loads, and phi nodes. No texture ops or intrinsics yet. Reviewed-by: Connor Abbott <cwabbott0@gmail.com>