[Nouveau] [Bug 90348] New: Spilling failure of b96 merged value
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 6 11:41:59 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90348
Bug ID: 90348
Summary: Spilling failure of b96 merged value
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: imirkin at alum.mit.edu
QA Contact: nouveau at lists.freedesktop.org
Sometimes the spilling logic will decide to spill a merged def. This is fine
for 2- and 4-wide values as there are appropriate load/store instructions for
those, but not so with 3-wide values. We must take that into account in the
SpillCodeInserter and emit a 64-bit and 32-bit store into lmem (and similar for
load, although less important, as it tends to have gotten split up by the time
the use rolls around).
Unfortunately I've lost track of the program that repro'd this issue.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150506/11420fcb/attachment.html>
More information about the Nouveau
mailing list