[Libclc-dev] [PATCH 2/9] r600: Actually use vstore assembly optimizations

Aaron Watry awatry at gmail.com
Tue Jul 22 18:46:43 PDT 2014


These were not actually enabled before... not sure why (other than
a think-o when I wrote this originally).

Noticed while inspecting bitcode while working on the next patch.

Signed-off-by: Aaron Watry <awatry at gmail.com>
---
 r600/lib/SOURCES | 1 +
 1 file changed, 1 insertion(+)

diff --git a/r600/lib/SOURCES b/r600/lib/SOURCES
index d9fc897..3a3e1d0 100644
--- a/r600/lib/SOURCES
+++ b/r600/lib/SOURCES
@@ -8,3 +8,4 @@ workitem/get_global_size.ll
 synchronization/barrier.cl
 synchronization/barrier_impl.ll
 shared/vload.cl
+shared/vstore.cl
-- 
1.9.1





More information about the Libclc-dev mailing list