[Bug 96731] [RADEONSI] [LLVM] [bisected] GPU lockups when running Alien: Isolation

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 30 23:58:57 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=96731

--- Comment #6 from Matt Arsenault <arsenm2 at gmail.com> ---
The only obvious difference I see in the dump diffs without looking at any
particular shader is the number of used registers changed. This is probably
because previously the implicit uses of the super registers were missing when
the AsmPrinter counts them. If the dynamic was out of bounds, it is more likely
to be out of bounds of the allocated VGPRs, in which case the hardware behavior
is to return v0. If there are out of bounds accesses, it would now read an
undefined register. I don't know if there are any actual  out of bounds dynamic
vector accesses

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160630/62b0bb1f/attachment.html>


More information about the dri-devel mailing list