This patch implements transform for pattern "( A & (~B)) | (A ^ B) -> (A ^ B)"
Please help in reviewing the same.
Z3 link : http://www.rise4fun.com/Z3/hx7d
Thanks,
Suyog
Differential D4652
Added InstCombine transform for pattern "( A & (~B)) | (A ^ B) -> (A ^ B)" suyog on Jul 24 2014, 3:49 AM. Authored by
Details This patch implements transform for pattern "( A & (~B)) | (A ^ B) -> (A ^ B)" Please help in reviewing the same. Z3 link : http://www.rise4fun.com/Z3/hx7d Thanks,
Diff Detail
Event TimelineComment Actions LGTM with review comments addressed.
|