Re: [PATCH 1/2] Improve do_store_flag for single bit when there is no non-zero bits

2023-06-06 Thread Jeff Law via Gcc-patches
On 6/4/23 23:53, Andrew Pinski via Gcc-patches wrote: In r14-1534-g908e5ab5c11c, I forgot you could turn off CCP or turn off the bit tracking part of CCP so we would lose out what TER was able to do before hand. This moves around the TER code so that it is used instead of just the nonzerobits.

[PATCH 1/2] Improve do_store_flag for single bit when there is no non-zero bits

2023-06-04 Thread Andrew Pinski via Gcc-patches
In r14-1534-g908e5ab5c11c, I forgot you could turn off CCP or turn off the bit tracking part of CCP so we would lose out what TER was able to do before hand. This moves around the TER code so that it is used instead of just the nonzerobits. It also makes it easier to remove the TER part of the code