[Bug 72680] flightgear crashes on r600 (rs880) with llvm backend
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Dec 14 15:38:00 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=72680
--- Comment #4 from Vadim Girlin <ptpzz at yandex.ru> ---
That assert in sb_bc_parser means that it can't find corresponding instruction
in the previous group for PV/PS. E.g.:
0648 801fa00b 61007210 78 t: LSHL_INT R8.w, R11.x,
[0x0000001f 0].x
0650 0000001f
0652 801facfe 61007010 79 t: ASHR_INT R8.w, PV.w,
[0x0000001f 0].x
0654 0000001f
Group 79 uses PV.w, but group 78 has nothing in W slot. LLVM backend produces
incorrect code in this case.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131214/d8d6b7e2/attachment.html>
More information about the dri-devel
mailing list