From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 84232] PHINode containing itself causes segfault in LLVM when compiling Blender OpenCL kernel with R600 backend Date: Wed, 08 Oct 2014 20:56:59 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1385172576==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 135446E0A7 for ; Wed, 8 Oct 2014 13:56:59 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1385172576== Content-Type: multipart/alternative; boundary="1412801819.fbC6A212.2640"; charset="UTF-8" --1412801819.fbC6A212.2640 Date: Wed, 8 Oct 2014 20:56:58 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=84232 --- Comment #5 from Tom Stellard --- It looks like the following sequence may trigger this bug: for () { if (){ break; } if () { if () { break; } } if () { break; } } I will investigate further. -- You are receiving this mail because: You are the assignee for the bug. --1412801819.fbC6A212.2640 Date: Wed, 8 Oct 2014 20:56:59 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 5 on bug 84232 from
It looks like the following sequence may trigger this bug:

for () {
  if (){
    break;
  }
  if () {
    if () {
        break;
    }
  }
  if () {
     break;
  }
}

I will investigate further.


You are receiving this mail because:
  • You are the assignee for the bug.
--1412801819.fbC6A212.2640-- --===============1385172576== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1385172576==--