diff options
| author | Jan Vesely <jan.vesely@rutgers.edu> | 2018-11-04 00:35:15 +0000 |
|---|---|---|
| committer | Jan Vesely <jan.vesely@rutgers.edu> | 2018-11-04 00:35:15 +0000 |
| commit | 2d32cd1585ab85296bf1c3a76aeaf5359778489c (patch) | |
| tree | 933962f39a3c715d638e76c77f418506d8bb9a4f /libclc/r600/lib/synchronization/barrier_impl.ll | |
| parent | 35b7ac4c30bded319af9c6060b5e4cf80cf29c3a (diff) | |
| download | bcm5719-llvm-2d32cd1585ab85296bf1c3a76aeaf5359778489c.tar.gz bcm5719-llvm-2d32cd1585ab85296bf1c3a76aeaf5359778489c.zip | |
r600: Convert barrier to clc
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewer: Aaron Watry
llvm-svn: 346078
Diffstat (limited to 'libclc/r600/lib/synchronization/barrier_impl.ll')
| -rw-r--r-- | libclc/r600/lib/synchronization/barrier_impl.ll | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libclc/r600/lib/synchronization/barrier_impl.ll b/libclc/r600/lib/synchronization/barrier_impl.ll deleted file mode 100644 index f1cbc9aed86..00000000000 --- a/libclc/r600/lib/synchronization/barrier_impl.ll +++ /dev/null @@ -1,13 +0,0 @@ -declare void @llvm.r600.group.barrier() #0 - -target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5" - -define void @barrier(i32 %flags) #1 { -entry: - ; We should call mem_fence here, but that is not implemented for r600 yet - tail call void @llvm.r600.group.barrier() - ret void -} - -attributes #0 = { nounwind convergent } -attributes #1 = { nounwind convergent alwaysinline } |

