summaryrefslogtreecommitdiff
path: root/r600/lib/SOURCES
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-07-08 17:26:39 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-07-08 17:26:39 +0000
commitefd6599fc741c849dfce8e1e312e28fb33857315 (patch)
tree1ef1ef040215df64b9971b7b336edf558bcda43f /r600/lib/SOURCES
parenta3c59c98a5ae7d4af0c2ac0194422a466a8891cc (diff)
Implement barrier() builtin
Reviewed and Tested-by: Aaron Watry <awatry@gmail.com> git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@185837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'r600/lib/SOURCES')
-rw-r--r--r600/lib/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/r600/lib/SOURCES b/r600/lib/SOURCES
index af8c8c8..16ef3ac 100644
--- a/r600/lib/SOURCES
+++ b/r600/lib/SOURCES
@@ -2,3 +2,5 @@ workitem/get_group_id.ll
workitem/get_local_size.ll
workitem/get_local_id.ll
workitem/get_global_size.ll
+synchronization/barrier.cl
+synchronization/barrier_impl.ll