| commit | 05e96f444453bdde2d2b0b15967f6936f057be3f | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Thu May 22 18:09:12 2014 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Thu May 22 18:09:12 2014 +0000 |
| tree | 1ca8cca1dd5622bdcfccd371f8089fb94604fbe0 | |
| parent | 5565f65e1398ff7633ba7e52d80f6b02066b8f33 [diff] |
R600: Try to convert BFE back to standard bit ops when possible. This allows existing DAG combines to work on them, and then we can re-match to BFE if necessary during instruction selection. llvm-svn: 209462