On 21/04/15 15:06, Jeff Law wrote:
On 04/21/2015 03:18 AM, Kyrill Tkachov wrote:
Though I do wonder if, in practice, we can identify those cases that do
simplify more directly apriori and just punt everything else rather than
this rather convoluted approach.
You mean like calling simplify_bin
On 04/21/2015 03:18 AM, Kyrill Tkachov wrote:
Though I do wonder if, in practice, we can identify those cases that do
simplify more directly apriori and just punt everything else rather than
this rather convoluted approach.
You mean like calling simplify_binary_operation that returns NULL
if n
On 20/04/15 19:51, Jeff Law wrote:
On 04/20/2015 08:04 AM, Kyrill Tkachov wrote:
Hi all,
I'm trying to reduce the cases where the midend calls the backend rtx
costs on bogus rtl for which the backend
doesn't have patterns or ways of handling. Having to handle these kinds
of rtxes sanely bloats
On 04/20/2015 08:04 AM, Kyrill Tkachov wrote:
Hi all,
I'm trying to reduce the cases where the midend calls the backend rtx
costs on bogus rtl for which the backend
doesn't have patterns or ways of handling. Having to handle these kinds
of rtxes sanely bloats those
functions and makes them harde
Hi all,
I'm trying to reduce the cases where the midend calls the backend rtx costs on
bogus rtl for which the backend
doesn't have patterns or ways of handling. Having to handle these kinds of
rtxes sanely bloats those
functions and makes them harder to maintain.
One of the cases where this o