On 10/25/24 5:57 AM, Alexandre Oliva wrote:
OK. A bit surprised to see those codes showing up here, but if they do, we might as well handle them sensibly.The upcoming move of fold_truth_andor to ifcombine brings with it the possibility of TRUTH_ANDIF cond exprs. Handle them by splitting the cond so as to best use both BB insertion points, but only if they're contiguous. for gcc/ChangeLog * tree-ssa-ifcombine.c (ifcombine_replace_cond): Support TRUTH_ANDIF cond exprs.
jeff