Hi All,
This patch implements transform for the pattern " ((X % Y) % Y) -> (X % Y) "
Please help in reviewing the same.
Thanks,
Sonam.
Differential D5350
Added InstCombine transform for pattern " ((X % Y) % Y) -> (X % Y) ". sonamkumari on Sep 15 2014, 3:31 AM. Authored by
Details Hi All, This patch implements transform for the pattern " ((X % Y) % Y) -> (X % Y) " Please help in reviewing the same. Thanks,
Diff Detail
Event TimelineComment Actions Hi David, Thanks for your review comments. Regards,
Comment Actions Hi David, Resubmitted the patch based on your comments. Regards, Comment Actions Hi David, Thanks for your consistent time and support. :) Regards, |