Re: [COMMITTED 3/3] Add GORI tracing faciltiies.

2021-08-18 Thread Aldy Hernandez via Gcc-patches
On 8/18/21 1:31 AM, Andrew MacLeod wrote: And this final patch provides tracing in the GORI component. This is what I used to find the ABS problem with https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101938 The code sequence looked like:     :     a1_8 = -arg1_7(D);     _1 = ABS_EXPR ;

[COMMITTED 3/3] Add GORI tracing faciltiies.

2021-08-17 Thread Andrew MacLeod via Gcc-patches
And this final patch provides tracing in the GORI component. This is what I used to find the ABS problem with https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101938 The code sequence looked like:     :     a1_8 = -arg1_7(D);     _1 = ABS_EXPR ;     a2_10 = -_1;     if (a1_8 > a2_10)   goto