On 11/27/23 19:57, Fei Gao wrote:

1. In find_if_header function, I found the following piece of codes:
if (!reload_completed && noce_find_if_block(...)), and find_if_header must
be called before noce_try_cond_zero_arith().
Ah good.



2. In noce_try_strore_flag_constants, new registers are also generated
without can_create_pseudo_p() check.

So I guess no need to add can_create_pseudo_p() here.
Agreed. I could possibly make an argument that it might be nice to be able to look for these things after reload has completed, but I think we can ignore that for now. Thanks!

Jeff

Reply via email to