diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-04-26 23:29:14 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-04-26 23:29:14 +0000 |
commit | c1fc5e4464788be072509eab7d66a73dc7a5f275 (patch) | |
tree | 96ae0b82dcbddacb15088b53743e7ad3e79277ce /lib/Analysis/ConstantFolding.cpp | |
parent | 0d5c32327a5a1ee12a60cfd0842dbd5c21fe8d91 (diff) |
Add instcombine patterns for the following transformations:
(x & y) | (x ^ y) -> x | y
(x & y) + (x ^ y) -> x | y
Patch by Manman Ren.
rdar://10770603
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ConstantFolding.cpp')
0 files changed, 0 insertions, 0 deletions