This patch implements transform for pattern "((~A & B) | A) -> (A | B)"
Please help in reviewing this patch.
Differential D4591
Added InstCombine Transform for pattern "((~A & B) | A) -> (A | B)" suyog on Jul 18 2014, 12:59 PM. Authored by
Details This patch implements transform for pattern "((~A & B) | A) -> (A | B)" Please help in reviewing this patch.
Diff Detail
Event TimelineComment Actions Hi Duncan, Added Code for Pattern "((A & B) | ~A) -> (~A | B)" as well as per your review. Please help in reviewing the updated patch. Thanks, |