| commit | adc07739a9b141e8cb29c7c6b85470b02bfe5e4b | [log] [tgz] |
|---|---|---|
| author | Dinesh Dwivedi <dinesh.d@samsung.com> | Fri Jun 27 07:47:35 2014 +0000 |
| committer | Dinesh Dwivedi <dinesh.d@samsung.com> | Fri Jun 27 07:47:35 2014 +0000 |
| tree | 6cf4e8ad1187c5aec7d2037002fe9b09d67078c3 | |
| parent | 93bf97c14616b68419a3a232281e99e966c8c9b0 [diff] |
Added instruction combine to transform few more negative values addition to subtraction (Part 3) This patch enables transforms for (x + (~(y | c) + 1) --> x - (y | c) if c is odd Differential Revision: http://reviews.llvm.org/D4210 llvm-svn: 211881