vtn: convert vload/store to single value loops
authorDave Airlie <airlied@redhat.com>
Wed, 22 May 2019 01:58:40 +0000 (11:58 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 12 Dec 2019 09:40:15 +0000 (19:40 +1000)
commit5471ef7532a9fda81f69ebefde3805028a1850d7
treea03ba37d9d097bf490ff21dd75433a261bbaa701
parentdcb4230e5e51c1f2ff84c436134c231996af85e9
vtn: convert vload/store to single value loops

There is an alignment issue doing this the other way, the
spec clearly says vload/store don't require alignment.

Reviewed-by: Karol Herbst <kherbst@redhat.com>
src/compiler/spirv/vtn_opencl.c