From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id D4EEC383CD0A for ; Tue, 13 Dec 2022 17:38:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D4EEC383CD0A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x52a.google.com with SMTP id m19so18789318edj.8 for ; Tue, 13 Dec 2022 09:38:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=7V3Ovv3qHxqiw6zYaaBSOjNQ0xErsM0b+DNIhTIprnk=; b=ZdqzyYq7bRhcokrRVVv/HC1tewHfkJXmEWRth8BafYqR5xU2V+adf1un3dFfPRNB3l mix7eQ/QOqoBqndJJ6wb4u2F10cKMDELgBhF0Tq0vNg/RsAI1smc296ie76SFiRm5Xb0 QR8COAzg7gWyct6cKqznRRxMn7y0UTNAypXZcQ+tLvyxQ8ht1TxKq3fxYcoutsfM6r7M UiDIFmLWANshiWL/BRZ059Yp3eE3rVJY81QSmNeGQJwSvDtTwqtPcyUook7TIt183BIV OHyMziKZb9Dpv9zGoZT4pj0WU/Dv4Onn3Nobw99mGKvqou87V/szh9cMndGd/LNdu0uR MEKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=7V3Ovv3qHxqiw6zYaaBSOjNQ0xErsM0b+DNIhTIprnk=; b=tAdqYCKo2GrhSmSpHvh1o0GOaiMuIBuleX1P+sLNJe8f/Z6N1d9nZUyqE4eM/1PoNH lGBNkoGAvpnaAGrqVWz3uvAMWXlewkChS5vviU/NB0+qtwEygeTV+KsiCQcUzn4GJhFT 1/ZAzz8eqXaKwsjxYb4Ss4eK0grjtYN5K2pZAsSc6cuE8ZNpPxxZrjYVL+SQnzlIXGS8 /2++6RuuDztAAxWP4jVHMVM6V+56aW7xuA9b0fH9BSxyK244/9Arip3zLKWdHjiVMPc3 /ZG6nSH4wSVV73lxb8/oi1d6krC6y/fuMW57vVaq5JCbRztuxqA0vjq8Znz5IhhXEP+a qXfA== X-Gm-Message-State: ANoB5pl8Xq4gqWFp4laPIeGSQoN+xm/i+hIFbDnKcOOWCglViufpaZNV ORpfi+l2I+AKA+hs9wynbLYMeTQWaVthemmOyVE= X-Google-Smtp-Source: AA0mqf6upy0zwWrstJTRZkHlyCgg5z2qBIo5W/xinkGzMzwtCDqP2OI36e+YaLS6ruZRzP4P474Bg0oVm4/lgSXXqJQ= X-Received: by 2002:a05:6402:1c1a:b0:46c:74f0:c064 with SMTP id ck26-20020a0564021c1a00b0046c74f0c064mr19134140edb.85.1670953103468; Tue, 13 Dec 2022 09:38:23 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Claudiu Zissulescu Ianculescu Date: Tue, 13 Dec 2022 19:38:12 +0200 Message-ID: Subject: Re: Possible regression in DF analysis To: Richard Biener Cc: Eric Botcazou , gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > > Maybe you want to iterate over the loops exit edges and include their destination block instead? > This is better approach, let me try it and I will be back to you. Thanks, Claudiu