David, I've converted the cdce pass to the tuples branch and had a question about is_call_dce_candidate(). Currently, the function checks flag_tree_builtin_call_dce, but that seems unnecessary. It's already checked by the gate function. Is there any other reason why this check should be there?
Thanks. Diego.