Re: More Division optimization using match and simplify

2015-11-21 Thread Marc Glisse
On Tue, 17 Nov 2015, Hurugalawadi, Naveen wrote: Please find attached the patch that moves some more division optimizations from fold-const using match and simplify. First, note that we are in stage 3, so this all may have to wait until sometime around March or April next year unless it is fi

More Division optimization using match and simplify

2015-11-16 Thread Hurugalawadi, Naveen
Hi, Please find attached the patch that moves some more division optimizations from fold-const using match and simplify. Please review the patch and let me know if any modifications are required. Hopefully got the converts right this time :-) Regression tested the patch on X86 without any