This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Allow negative MUBUF vaddr for gfx9
ClosedPublic

Authored by arsenm on Nov 28 2017, 3:31 PM.

Details

Summary

GFX9 does not enable bounds checking for the resource descriptors
used for private access, so it should be OK to use vaddr with
a potentially negative value.

Diff Detail

Event Timeline

arsenm created this revision.Nov 28 2017, 3:31 PM
This revision is now accepted and ready to land.Nov 28 2017, 3:32 PM
arsenm closed this revision.Nov 29 2017, 4:53 PM

r319393