From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103142] R600g+sb: optimizer apparently stuck in an endless loop Date: Sat, 07 Oct 2017 22:37:27 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1975884921==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 6724789CDB for ; Sat, 7 Oct 2017 22:37:27 +0000 (UTC) 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 --===============1975884921== Content-Type: multipart/alternative; boundary="15074158470.1f1Ad1.28359"; charset="UTF-8" --15074158470.1f1Ad1.28359 Date: Sat, 7 Oct 2017 22:37:27 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103142 Bug ID: 103142 Summary: R600g+sb: optimizer apparently stuck in an endless loop Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 Assignee: dri-devel@lists.freedesktop.org Reporter: gw.fossdev@gmail.com QA Contact: dri-devel@lists.freedesktop.org Created attachment 134738 --> https://bugs.freedesktop.org/attachment.cgi?id=3D134738&action=3Dedit TGSI, byte code and logging output With sb enabled some shaders apparently trigger an endless loops in the sb optimizer.=20 The attached TGSI and log of a shader triggering this behaviour comes from = the Unreal Editor version 4.17.1,=20=20 The log was created with=20 #define PSC_DEBUG 1=20 in src/gallium/drivers/r600/sb_sched.cpp The problem is probably related to the "FIXME rework this loop" on line 180= 8 in the same file, and I also have the impression that it has something to do w= ith MULADD when the sources are a mix of CONST and IMM. I'd try to fix it myself, but right now I don't really have a clue how to approach this bug. best,=20 Gert --=20 You are receiving this mail because: You are the assignee for the bug.= --15074158470.1f1Ad1.28359 Date: Sat, 7 Oct 2017 22:37:27 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 103142
Summary R600g+sb: optimizer apparently stuck in an endless loop
Product Mesa
Version git
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component Drivers/Gallium/r600
Assignee dri-devel@lists.freedesktop.org
Reporter gw.fossdev@gmail.com
QA Contact dri-devel@lists.freedesktop.org

Created attac=
hment 134738 [details]
TGSI, byte code and logging output

With sb enabled some shaders apparently trigger an endless loops in the sb
optimizer.=20

The attached TGSI and log of a shader triggering this behaviour comes from =
the
Unreal Editor version 4.17.1,=20=20

The log was created with=20

  #define PSC_DEBUG 1=20

in src/gallium/drivers/r600/sb_sched.cpp

The problem is probably related to the "FIXME rework this loop" o=
n line 1808 in
the same file, and I also have the impression that it has something to do w=
ith
MULADD when the sources are a mix of CONST and IMM.

I'd try to fix it myself, but right now I don't really have a clue how to
approach this bug.

best,=20
Gert


You are receiving this mail because:
  • You are the assignee for the bug.
= --15074158470.1f1Ad1.28359-- --===============1975884921== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1975884921==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103142] R600g+sb: optimizer apparently stuck in an endless loop Date: Mon, 09 Oct 2017 07:51:15 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1907573451==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id BE21D89BB2 for ; Mon, 9 Oct 2017 07:51:15 +0000 (UTC) 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 --===============1907573451== Content-Type: multipart/alternative; boundary="15075354750.E0dC.10322"; charset="UTF-8" --15075354750.E0dC.10322 Date: Mon, 9 Oct 2017 07:51:15 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103142 Gert Wollny changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #134738|0 |1 is obsolete| | --- Comment #1 from Gert Wollny --- Created attachment 134759 --> https://bugs.freedesktop.org/attachment.cgi?id=3D134759&action=3Dedit Shader triggering the endless loop I think the last log was not correct, i.e. it was not the right shader. This new log shows different error messages. The the endless loop is happening in "post_scheduler".=20 I've run the code with R600_DEBUG=3Dnocw,sbdump in addition to the PSC_DUMP= .=20 I've also tried R600_DEBUG=3Dsbsafemath, but to no avail. Snip of the log:=20 # REGMAP : current_AR: R42.x.199||@R1.x current_AR is R42.x.199||@R1.x trying to use R41.x.235||@R0.z current_AR is R42.x.199||@R1.x trying to use R42.x.200@R10.w current_AR is R42.x.199||@R1.x trying to use R44.x.77@R7.z !!!!!! interf slot: 2 : ADD t116||@R2.z,=20=20=20 A100.y[R41.x.235||@R0.z]_763F@R8.y, A100.y[R43.x.126@R2.z]_764F@R8.y rels: A100.y[R41.x.235||@R0.z]_763F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F rels: A100.y[R43.x.126@R2.z]_764F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F !!!!!! interf slot: 3 : MOV R43.z.49||@R10.w,=20=20=20 A100.y[R42.x.200@R10.w]_759F@R8.y rels: A100.y[R42.x.200@R10.w]_759F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F !!!!!! interf slot: 4 : MOV R43.y.48||@R12.z,=20=20=20 A100.x[R44.x.77@R7.z]_755F@R8.x rels: A100.x[R44.x.77@R7.z]_755F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F ci: discarding slots 28 discard_slots : packed_ops : 0 discarding slot 2 : ADD t116||@R2.z, A100.y[R41.x.235||@R0.z]_763F@R= 8.y, A100.y[R43.x.126@R2.z]_764F@R8.y rels: A100.y[R41.x.235||@R0.z]_763F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F rels: A100.y[R43.x.126@R2.z]_764F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F discarding slot 3 : MOV R43.z.49||@R10.w,=20=20=20 A100.y[R42.x.200@R10.w]_759F@R8.y rels: A100.y[R42.x.200@R10.w]_759F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F discarding slot 4 : MOV R43.y.48||@R12.z,=20=20=20 A100.x[R44.x.77@R7.z]_755F@R8.x rels: A100.x[R44.x.77@R7.z]_755F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F check_interferences: after:=20 # REGMAP : current_AR: R42.x.199||@R1.x update_local_interferences : [R26.x.7F R26.y.7F R26.z.7F R27.x.7F R27.y.7F R27.z.7F R28.x.7F R28.y.7F R28.z.7F R100.x.1F R101.x.1F R100.y.1F R101.y.1F R102.x.1F R102.y.1F R103.x.1F R104.x.1F R103.y.1F R104.y.1F R105.x.1F R105.= y.1F R106.x.1F R107.x.1F R106.y.1F R107.y.1F R108.x.1F R108.y.1F R109.x.1F R109.= y.1F R4.x.410||@R6.w R41.x.194||@R4.y R42.x.184||@R2.y R43.x.112||@R12.y R43.y.43||@R14.w R41.x.202||@R0.w R42.x.188||@R1.z R43.x.114||@R13.w R43.y.44||@R7.w R4.x.423||@R5.w R41.x.213||@R2.w R42.x.195||@R3.y R43.x.119||@R17.w R43.y.48||@R12.z R43.z.48||@R10.w R41.x.221||@R0.y R42.x.199||@R1.x R44.x.78||@R3.x R43.z.49||@R10.w R4.x.436||@R4.w R40.x.206||@R1.y R41.x.231||@R1.w R42.x.206||@R16.z R42.y.71||@R10.z R42.z.71||@R8.w R40.x.214||@R0.x R41.x.235||@R0.z R42.x.208||@R9.z R42.y.72||@R3.z R42.z.72||@R8.w t111||@R8.z t112||@R13.z t113||@R7.z t114||@R3.x t115||@R3.w t116||@R2.z ] p_a_g: MOV R42.x.206||@R16.z, A100.x[R41.x.231||@R1.w]_760F@R8.x rels: A100.x[R41.x.231||@R1.w]_760F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F slot: 2 current group: slot 2 : MOV R42.x.206||@R16.z, A100.x[R41.x.231||@R1.w]_760F@R8.x rels: A100.x[R41.x.231||@R1.w]_760F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F p_a_g: MOV R43.z.48||@R10.w, A100.x[R42.x.196@R11.z]_756F@R8.x rels: A100.x[R42.x.196@R11.z]_756F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F slot: 3 current group: slot 2 : MOV R42.x.206||@R16.z, A100.x[R41.x.231||@R1.w]_760F@R8.x rels: A100.x[R41.x.231||@R1.w]_760F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F slot 3 : MOV R43.z.48||@R10.w, A100.x[R42.x.196@R11.z]_756F@R8.x rels: A100.x[R42.x.196@R11.z]_756F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F p_a_g: MOV R42.z.72||@R8.w, A100.y[R41.x.236@R8.w]_765F@R8.y rels: A100.y[R41.x.236@R8.w]_765F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F slot: 4 current group: slot 2 : MOV R42.x.206||@R16.z, A100.x[R41.x.231||@R1.w]_760F@R8.x rels: A100.x[R41.x.231||@R1.w]_760F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F slot 3 : MOV R43.z.48||@R10.w, A100.x[R42.x.196@R11.z]_756F@R8.x rels: A100.x[R42.x.196@R11.z]_756F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F slot 4 : MOV R42.z.72||@R8.w, A100.y[R41.x.236@R8.w]_765F@R8.y rels: A100.y[R41.x.236@R8.w]_765F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F p_a_g: ADD t112||@R13.z, A100.y[R42.x.188||@R1.z]_749F@R8.y, A100.y[R44.x.73@R2.x]_750F@R8.y rels: A100.y[R42.x.188||@R1.z]_749F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F rels: A100.y[R44.x.73@R2.x]_750F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F no suitable slots p_a_g: ADD t115||@R3.w, A100.x[R41.x.231||@R1.w]_760F@R8.x, A100.x[R43.x.125@R3.w]_761F@R8.x rels: A100.x[R41.x.231||@R1.w]_760F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F rels: A100.x[R43.x.125@R3.w]_761F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F no suitable slots p_a_g: MOV R43.x.114||@R13.w, A100.y[R42.x.188||@R1.z]_749F@R8.y rels: A100.y[R42.x.188||@R1.z]_749F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F no suitable slots p_a_g: ADD t113||@R7.z, A100.x[R42.x.195||@R3.y]_754F@R8.x, A100.x[R44.x.77@R7.z]_755F@R8.x rels: A100.x[R42.x.195||@R3.y]_754F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F rels: A100.x[R44.x.77@R7.z]_755F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F no suitable slots p_a_g: MOV R42.z.71||@R8.w, A100.x[R41.x.232@R15.w]_762F@R8.x rels: A100.x[R41.x.232@R15.w]_762F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F no suitable slots p_a_g: MOV R42.y.72||@R3.z, A100.y[R43.x.126@R2.z]_764F@R8.y rels: A100.y[R43.x.126@R2.z]_764F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F no suitable slots p_a_g: ADD t111||@R8.z, A100.x[R42.x.184||@R2.y]_744F@R8.x, A100.x[R44.x.72@R8.z]_745F@R8.x rels: A100.x[R42.x.184||@R2.y]_744F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F rels: A100.x[R44.x.72@R8.z]_745F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F no suitable slots p_a_g: MOV R43.y.43||@R14.w, A100.x[R44.x.72@R8.z]_745F@R8.x rels: A100.x[R44.x.72@R8.z]_745F@R8.x : <=3D R100.x.1F, R101.x.1F, R102.x.1F, R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F no suitable slots p_a_g: MOV R42.x.208||@R9.z, A100.y[R41.x.235||@R0.z]_763F@R8.y rels: A100.y[R41.x.235||@R0.z]_763F@R8.y : <=3D R100.y.1F, R101.y.1F, R102.y.1F, R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F no suitable slots ... --=20 You are receiving this mail because: You are the assignee for the bug.= --15075354750.E0dC.10322 Date: Mon, 9 Oct 2017 07:51:15 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Gert Wollny changed bug 10314= 2
What Removed Added
Attachment #134738 is obsolete   1

Commen= t # 1 on bug 10314= 2 from Gert Wollny
Created attac=
hment 134759 [details]
Shader triggering the endless loop

I think the last log was not correct, i.e. it was not the right shader. This
new log shows different error messages. The the endless loop is happening in
"post_scheduler".=20

I've run the code with R600_DEBUG=3Dnocw,sbdump in addition to the PSC_DUMP=
.=20
I've also tried R600_DEBUG=3Dsbsafemath, but to no avail.

Snip of the log:=20

# REGMAP :
    current_AR: R42.x.199||@R1.x
  current_AR is R42.x.199||@R1.x  trying to use R41.x.235||@R0.z
  current_AR is R42.x.199||@R1.x  trying to use R42.x.200@R10.w
  current_AR is R42.x.199||@R1.x  trying to use R44.x.77@R7.z
!!!!!! interf slot: 2  : ADD     t116||@R2.z,=20=20=20
A100.y[R41.x.235||@R0.z]_763F@R8.=
y, A100.y[R43.x.126@R2.z]=
_764F@R8.y
                                            rels:
A100.y[R41.x.235||@R0.z]_763F@R8.=
y :  <=3D R100.y.1F, R101.y.1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
                                            rels:
A100.y[R43.x.126@R2.z]_764F@R8.y :  <=3D R100.y.1F, R101.y.=
1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
!!!!!! interf slot: 3  : MOV     R43.z.49||@R10.w,=20=20=20
A100.y[R42.x.200@R10.w]_759F@R8.y
                                            rels:
A100.y[R42.x.200@R10.w]_759F@R8.y :  <=3D R100.y.1F, R101.=
y.1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
!!!!!! interf slot: 4  : MOV     R43.y.48||@R12.z,=20=20=20
A100.x[R44.x.77@R7.z]_755F@R8.x
                                            rels:
A100.x[R44.x.77@R7.z]_755F@R8.x :  <=3D R100.x.1F, R101.x.=
1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
ci: discarding slots 28
discard_slots : packed_ops : 0
discarding slot 2 : ADD     t116||@R2.z,    A100.y[R41.x.235||@R0.z=
]_763F@R8.y,
A100.y[R43.x.126@R2.z]_764F@R8.y
                                            rels:
A100.y[R41.x.235||@R0.z]_763F@R8.=
y :  <=3D R100.y.1F, R101.y.1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
                                            rels:
A100.y[R43.x.126@R2.z]_764F@R8.y :  <=3D R100.y.1F, R101.y.=
1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
discarding slot 3 : MOV     R43.z.49||@R10.w,=20=20=20
A100.y[R42.x.200@R10.w]_759F@R8.y
                                            rels:
A100.y[R42.x.200@R10.w]_759F@R8.y :  <=3D R100.y.1F, R101.=
y.1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
discarding slot 4 : MOV     R43.y.48||@R12.z,=20=20=20
A100.x[R44.x.77@R7.z]_755F@R8.x
                                            rels:
A100.x[R44.x.77@R7.z]_755F@R8.x :  <=3D R100.x.1F, R101.x.=
1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
check_interferences: after:=20
# REGMAP :
    current_AR: R42.x.199||@R1.x
update_local_interferences : [R26.x.7F R26.y.7F R26.z.7F R27.x.7F R27.y.7F
R27.z.7F R28.x.7F R28.y.7F R28.z.7F R100.x.1F R101.x.1F R100.y.1F R101.y.1F
R102.x.1F R102.y.1F R103.x.1F R104.x.1F R103.y.1F R104.y.1F R105.x.1F R105.=
y.1F
R106.x.1F R107.x.1F R106.y.1F R107.y.1F R108.x.1F R108.y.1F R109.x.1F R109.=
y.1F
R4.x.410||@R6.w R41.x.194||@R4.y R42.x.184||@R2.y R43.x.112||&#=
64;R12.y
R43.y.43||@R14.w R41.x.202||@R0.w R42.x.188||@R1.z R43.x.114||&=
#64;R13.w
R43.y.44||@R7.w R4.x.423||@R5.w R41.x.213||@R2.w R42.x.195||=
4;R3.y
R43.x.119||@R17.w R43.y.48||@R12.z R43.z.48||@R10.w R41.x.221||=
@R0.y
R42.x.199||@R1.x R44.x.78||@R3.x R43.z.49||@R10.w R4.x.436||=
4;R4.w
R40.x.206||@R1.y R41.x.231||@R1.w R42.x.206||@R16.z R42.y.71||&=
#64;R10.z
R42.z.71||@R8.w R40.x.214||@R0.x R41.x.235||@R0.z R42.x.208||&#=
64;R9.z
R42.y.72||@R3.z R42.z.72||@R8.w t111||@R8.z t112||@R13.z t1=
13||@R7.z
t114||@R3.x t115||@R3.w t116||@R2.z ]
p_a_g: MOV     R42.x.206||@R16.z,    A100.x[R41.x.231||@R1.w]_760F@R8.x
                                            rels:
A100.x[R41.x.231||@R1.w]_760F@R8.=
x :  <=3D R100.x.1F, R101.x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
slot: 2
current group:
slot 2 : MOV     R42.x.206||@R16.z,    A100.x[R41.x.231||@R1.w]_760F@R8.x
                                            rels:
A100.x[R41.x.231||@R1.w]_760F@R8.=
x :  <=3D R100.x.1F, R101.x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
p_a_g: MOV     R43.z.48||@R10.w,    A100.x[R42.x.196@R11.z]_756F&=
#64;R8.x
                                            rels:
A100.x[R42.x.196@R11.z]_756F@R8.x :  <=3D R100.x.1F, R101.=
x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
slot: 3
current group:
slot 2 : MOV     R42.x.206||@R16.z,    A100.x[R41.x.231||@R1.w]_760F@R8.x
                                            rels:
A100.x[R41.x.231||@R1.w]_760F@R8.=
x :  <=3D R100.x.1F, R101.x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
slot 3 : MOV     R43.z.48||@R10.w,    A100.x[R42.x.196@R11.z]_756=
F@R8.x
                                            rels:
A100.x[R42.x.196@R11.z]_756F@R8.x :  <=3D R100.x.1F, R101.=
x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
p_a_g: MOV     R42.z.72||@R8.w,    A100.y[R41.x.236@R8.w]_765F@=
;R8.y
                                            rels:
A100.y[R41.x.236@R8.w]_765F@R8.y :  <=3D R100.y.1F, R101.y.=
1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
slot: 4
current group:
slot 2 : MOV     R42.x.206||@R16.z,    A100.x[R41.x.231||@R1.w]_760F@R8.x
                                            rels:
A100.x[R41.x.231||@R1.w]_760F@R8.=
x :  <=3D R100.x.1F, R101.x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
slot 3 : MOV     R43.z.48||@R10.w,    A100.x[R42.x.196@R11.z]_756=
F@R8.x
                                            rels:
A100.x[R42.x.196@R11.z]_756F@R8.x :  <=3D R100.x.1F, R101.=
x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
slot 4 : MOV     R42.z.72||@R8.w,    A100.y[R41.x.236@R8.w]_765F&#=
64;R8.y
                                            rels:
A100.y[R41.x.236@R8.w]_765F@R8.y :  <=3D R100.y.1F, R101.y.=
1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
p_a_g: ADD     t112||@R13.z,    A100.y[R42.x.188||@R1.z]_749F@R8.y,
A100.y[R44.x.73@R2.x]_750F@R8.y
                                            rels:
A100.y[R42.x.188||@R1.z]_749F@R8.=
y :  <=3D R100.y.1F, R101.y.1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
                                            rels:
A100.y[R44.x.73@R2.x]_750F@R8.y :  <=3D R100.y.1F, R101.y.=
1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
   no suitable slots
p_a_g: ADD     t115||@R3.w,    A100.x[R41.x.231||@R1.w]_760F@R8.x,
A100.x[R43.x.125@R3.w]_761F@R8.x
                                            rels:
A100.x[R41.x.231||@R1.w]_760F@R8.=
x :  <=3D R100.x.1F, R101.x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
                                            rels:
A100.x[R43.x.125@R3.w]_761F@R8.x :  <=3D R100.x.1F, R101.x.=
1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
   no suitable slots
p_a_g: MOV     R43.x.114||@R13.w,    A100.y[R42.x.188||@R1.z]_749F@R8.y
                                            rels:
A100.y[R42.x.188||@R1.z]_749F@R8.=
y :  <=3D R100.y.1F, R101.y.1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
   no suitable slots
p_a_g: ADD     t113||@R7.z,    A100.x[R42.x.195||@R3.y]_754F@R8.x,
A100.x[R44.x.77@R7.z]_755F@R8.x
                                            rels:
A100.x[R42.x.195||@R3.y]_754F@R8.=
x :  <=3D R100.x.1F, R101.x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
                                            rels:
A100.x[R44.x.77@R7.z]_755F@R8.x :  <=3D R100.x.1F, R101.x.=
1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
   no suitable slots
p_a_g: MOV     R42.z.71||@R8.w,    A100.x[R41.x.232@R15.w]_762F&#=
64;R8.x
                                            rels:
A100.x[R41.x.232@R15.w]_762F@R8.x :  <=3D R100.x.1F, R101.=
x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
   no suitable slots
p_a_g: MOV     R42.y.72||@R3.z,    A100.y[R43.x.126@R2.z]_764F@=
;R8.y
                                            rels:
A100.y[R43.x.126@R2.z]_764F@R8.y :  <=3D R100.y.1F, R101.y.=
1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
   no suitable slots
p_a_g: ADD     t111||@R8.z,    A100.x[R42.x.184||@R2.y]_744F@R8.x,
A100.x[R44.x.72@R8.z]_745F@R8.x
                                            rels:
A100.x[R42.x.184||@R2.y]_744F@R8.=
x :  <=3D R100.x.1F, R101.x.1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
                                            rels:
A100.x[R44.x.72@R8.z]_745F@R8.x :  <=3D R100.x.1F, R101.x.=
1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
   no suitable slots
p_a_g: MOV     R43.y.43||@R14.w,    A100.x[R44.x.72@R8.z]_745F@=
R8.x
                                            rels:
A100.x[R44.x.72@R8.z]_745F@R8.x :  <=3D R100.x.1F, R101.x.=
1F, R102.x.1F,
R103.x.1F, R104.x.1F, R105.x.1F, R106.x.1F, R107.x.1F, R108.x.1F, R109.x.1F
   no suitable slots
p_a_g: MOV     R42.x.208||@R9.z,    A100.y[R41.x.235||@R0.z]_763F@R8.y
                                            rels:
A100.y[R41.x.235||@R0.z]_763F@R8.=
y :  <=3D R100.y.1F, R101.y.1F, R102.y.1F,
R103.y.1F, R104.y.1F, R105.y.1F, R106.y.1F, R107.y.1F, R108.y.1F, R109.y.1F
   no suitable slots


...


You are receiving this mail because:
  • You are the assignee for the bug.
= --15075354750.E0dC.10322-- --===============1907573451== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1907573451==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103142] R600g+sb: optimizer apparently stuck in an endless loop Date: Mon, 09 Oct 2017 19:54:47 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0796568873==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 4F9616E389 for ; Mon, 9 Oct 2017 19:54:47 +0000 (UTC) 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 --===============0796568873== Content-Type: multipart/alternative; boundary="15075788870.D05A.11344"; charset="UTF-8" --15075788870.D05A.11344 Date: Mon, 9 Oct 2017 19:54:47 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103142 --- Comment #2 from Gert Wollny --- In summary, the optimizer gets stuck in an infinite loop in schedule_alu, because prepare_alu_group() does not find a proper scheduling. --=20 You are receiving this mail because: You are the assignee for the bug.= --15075788870.D05A.11344 Date: Mon, 9 Oct 2017 19:54:47 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 2 on bug 10314= 2 from Gert Wollny
In summary, the optimizer gets stuck in an  infinite loop in s=
chedule_alu,
because prepare_alu_group() does not find a proper scheduling.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15075788870.D05A.11344-- --===============0796568873== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0796568873==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103142] R600g+sb: optimizer apparently stuck in an endless loop Date: Tue, 10 Oct 2017 10:23:47 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1075053569==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 6BA3B89C59 for ; Tue, 10 Oct 2017 10:23:47 +0000 (UTC) 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 --===============1075053569== Content-Type: multipart/alternative; boundary="15076310270.7dDeD6ACc.15683"; charset="UTF-8" --15076310270.7dDeD6ACc.15683 Date: Tue, 10 Oct 2017 10:23:47 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103142 --- Comment #3 from Gert Wollny --- Created attachment 134771 --> https://bugs.freedesktop.org/attachment.cgi?id=3D134771&action=3Dedit Patch to fix shader in UE4 (added for completeness) --=20 You are receiving this mail because: You are the assignee for the bug.= --15076310270.7dDeD6ACc.15683 Date: Tue, 10 Oct 2017 10:23:47 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 3 on bug 10314= 2 from Gert Wollny
Created attachment 134771 [details] [review]
Patch to fix shader in UE4 (added for completeness)


You are receiving this mail because:
  • You are the assignee for the bug.
= --15076310270.7dDeD6ACc.15683-- --===============1075053569== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1075053569==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103142] R600g+sb: optimizer apparently stuck in an endless loop Date: Tue, 10 Oct 2017 10:25:34 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1796848995==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id B2B9B6E28C for ; Tue, 10 Oct 2017 10:25:33 +0000 (UTC) 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 --===============1796848995== Content-Type: multipart/alternative; boundary="15076311330.fE2d81A.15861"; charset="UTF-8" --15076311330.fE2d81A.15861 Date: Tue, 10 Oct 2017 10:25:33 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103142 --- Comment #4 from Gert Wollny --- The bug can be triggered on BARTS (6850 HD) by using the Unreal Engine 4.17= .1 or 4.18.0-pre3 with this patch applied [1] to fix a shader that otherwise w= ould use too many registers. (Note that in mesa-debug mode UE4Editor will likely crash at one point beca= use of=20 #102387 [2])=20 [1] Attached "Patch to fix shader in UE4" [2] https://bugs.freedesktop.org/show_bug.cgi?id=3D102387 --=20 You are receiving this mail because: You are the assignee for the bug.= --15076311330.fE2d81A.15861 Date: Tue, 10 Oct 2017 10:25:33 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 4 on bug 10314= 2 from Gert Wollny
The bug can be triggered on BARTS (6850 HD) by using the Unrea=
l Engine 4.17.1
or 4.18.0-pre3 with this patch applied [1] to fix a shader that otherwise w=
ould
use too many registers.

(Note that in mesa-debug mode UE4Editor will likely crash at one point beca=
use
of=20
#102387 [2])=20

[1] Attached "Patch to fix shader in UE4"
[2] https://bugs.freedesktop.org/show_bug.=
cgi?id=3D102387


You are receiving this mail because:
  • You are the assignee for the bug.
= --15076311330.fE2d81A.15861-- --===============1796848995== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1796848995==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103142] R600g+sb: optimizer apparently stuck in an endless loop Date: Thu, 09 Nov 2017 15:33:40 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1275909145==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id EBD0D6E8F9 for ; Thu, 9 Nov 2017 15:33:39 +0000 (UTC) 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 --===============1275909145== Content-Type: multipart/alternative; boundary="15102416191.27Ff.16341"; charset="UTF-8" --15102416191.27Ff.16341 Date: Thu, 9 Nov 2017 15:33:39 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103142 --- Comment #5 from Emil Velikov --- Gert, should we close this considering 69eee511c63 ("r600/sb: bail out if prepare_alu_group() doesn't find a proper scheduling") has landed? --=20 You are receiving this mail because: You are the assignee for the bug.= --15102416191.27Ff.16341 Date: Thu, 9 Nov 2017 15:33:39 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 5 on bug 10314= 2 from Emil Velikov
Gert, should we close this considering 69eee511c63 ("r600=
/sb: bail out if
prepare_alu_group() doesn't find a proper scheduling") has landed?
        


You are receiving this mail because:
  • You are the assignee for the bug.
= --15102416191.27Ff.16341-- --===============1275909145== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1275909145==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103142] R600g+sb: optimizer apparently stuck in an endless loop Date: Thu, 09 Nov 2017 17:07:46 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0796845510==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 617276E93B for ; Thu, 9 Nov 2017 17:07:46 +0000 (UTC) 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 --===============0796845510== Content-Type: multipart/alternative; boundary="15102472660.CCD43bBB0.28691"; charset="UTF-8" --15102472660.CCD43bBB0.28691 Date: Thu, 9 Nov 2017 17:07:46 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103142 --- Comment #6 from Gert Wollny --- In debug mode an assertion fires as a reminder that this patch only works around the real, yet to be understood bug. For that reason I think it would= be better to keep it open (At least the aforementioned bug #102387 is of a sim= ilar nature). --=20 You are receiving this mail because: You are the assignee for the bug.= --15102472660.CCD43bBB0.28691 Date: Thu, 9 Nov 2017 17:07:46 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 6 on bug 10314= 2 from Gert Wollny
In debug mode an assertion fires as a reminder that this  patc=
h only works
around the real, yet to be understood bug. For that reason I think it would=
 be
better to keep it open (At least the aforementioned bug #102387 is of a similar
nature).


You are receiving this mail because:
  • You are the assignee for the bug.
= --15102472660.CCD43bBB0.28691-- --===============0796845510== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0796845510==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103142] R600g+sb: optimizer apparently stuck in an endless loop Date: Wed, 07 Feb 2018 17:28:54 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1072722552==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 5DEBB6E13D for ; Wed, 7 Feb 2018 17:28:54 +0000 (UTC) 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 --===============1072722552== Content-Type: multipart/alternative; boundary="15180245340.42aFaeCF1.6710" Content-Transfer-Encoding: 7bit --15180245340.42aFaeCF1.6710 Date: Wed, 7 Feb 2018 17:28:54 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103142 --- Comment #7 from Gert Wollny --- It seems sb is trying to create an operation that tries to use two distinct relative indices within the same instruction, this is forbidden and the scheduler gets stuck.=20 from the post scheduler dump:=20 # 0.y =3D> t175||FP@R0.y # 0.z =3D> t194||FP@R0.z new current_AR assigned: R13.x.235@R0.w current_AR is R13.x.235@R0.w trying to use R15.x.126@R1.x current_AR is R13.x.235@R0.w trying to use R15.x.126@R1.x !!!!!! interf slot: 0 :=20 ADD t80@R1.x, A26.y[R13.x.235@R0.w]_608F@R5.y, \ A26.y[R15.x.126@R1.x]_609F@R5.y --=20 You are receiving this mail because: You are the assignee for the bug.= --15180245340.42aFaeCF1.6710 Date: Wed, 7 Feb 2018 17:28:54 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 7 on bug 10314= 2 from Gert Wollny
It seems sb is trying to create an operation that tries to use=
 two distinct
relative indices within the same instruction, this is forbidden and the
scheduler gets stuck.=20

from the post scheduler dump:=20

 # 0.y =3D> t175||FP@R0.y
  # 0.z =3D> t194||FP@R0.z
  new current_AR assigned: R13.x.235&=
#64;R0.w
  current_AR is R13.x.235@R0.w  trying to use R15.x.126@R1.x
  current_AR is R13.x.235@R0.w  trying to use R15.x.126@R1.x
!!!!!! interf slot: 0  :=20
  ADD     t80@R1.x,    A26.y[R13.x.235@R0.w]_608F@R5.y,  \
                       A26.y[R15.x.12=
6@R1.x]_609F@R5.y


You are receiving this mail because:
  • You are the assignee for the bug.
= --15180245340.42aFaeCF1.6710-- --===============1072722552== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1072722552==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103142] R600g+sb: optimizer apparently stuck in an endless loop Date: Wed, 07 Feb 2018 17:32:57 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1711262186==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 4BE626E38C for ; Wed, 7 Feb 2018 17:32:57 +0000 (UTC) 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 --===============1711262186== Content-Type: multipart/alternative; boundary="15180247770.328722.7589" Content-Transfer-Encoding: 7bit --15180247770.328722.7589 Date: Wed, 7 Feb 2018 17:32:57 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103142 Gert Wollny changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org --=20 You are receiving this mail because: You are the assignee for the bug.= --15180247770.328722.7589 Date: Wed, 7 Feb 2018 17:32:57 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Gert Wollny changed bug 10314= 2
What Removed Added
QA Contact dri-devel@lists.freedesktop.org mesa-dev@lists.freedesktop.org
Assignee dri-devel@lists.freedesktop.org mesa-dev@lists.freedesktop.org


You are receiving this mail because:
  • You are the assignee for the bug.
= --15180247770.328722.7589-- --===============1711262186== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1711262186==--