gfx9 does not work with negative offsets, gfx10 works only with
aligned negative offsets, but not with unaligned negative offsets.
This is slightly more conservative than needed, gfx9 does support
negative offsets when a VGPR address is used and gfx10 supports
negative, unaligned offsets when an SGPR address is used, but we
do not make use of that with this patch.
I don't know if later gfx9.x cards still have these issues, I can provide an OpenCL test application if someone has the hardware.
Nit: maybe define these next to FlatSegmentOffsetBug since they're closely related?