diff options
author | Dinesh Dwivedi <dinesh.d@samsung.com> | 2014-06-27 07:47:35 +0000 |
---|---|---|
committer | Dinesh Dwivedi <dinesh.d@samsung.com> | 2014-06-27 07:47:35 +0000 |
commit | adc07739a9b141e8cb29c7c6b85470b02bfe5e4b (patch) | |
tree | 6cf4e8ad1187c5aec7d2037002fe9b09d67078c3 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 93bf97c14616b68419a3a232281e99e966c8c9b0 (diff) | |
download | bcm5719-llvm-adc07739a9b141e8cb29c7c6b85470b02bfe5e4b.tar.gz bcm5719-llvm-adc07739a9b141e8cb29c7c6b85470b02bfe5e4b.zip |
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
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions