File tree 1 file changed +1
-8
lines changed
llvm/test/Transforms/AtomicExpand/AMDGPU 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2
- ; RUN: opt -mtriple=amdgcn-amd-amdhsa -S -passes=atomic-expand %s | FileCheck -check-prefixes=CHECK,GCN,BASE %s
3
- ; RUN: opt -mtriple=amdgcn-amd-amdhsa -S -passes=atomic-expand %s | FileCheck -check-prefixes=CHECK,GCN,GFX942 %s
4
- ; RUN: opt -mtriple=r600-mesa-mesa3d -S -passes=atomic-expand %s | FileCheck -check-prefixes=CHECK,R600 %s
5
-
6
- target datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128-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"
2
+ ; RUN: opt -mtriple=amdgcn-amd-amdhsa -S -passes=atomic-expand %s | FileCheck --check-prefixes=CHECK,GCN %s
7
3
8
4
define i16 @test_atomicrmw_xchg_i16_global_agent (ptr addrspace (1 ) %ptr , i16 %value ) {
9
5
; CHECK-LABEL: @test_atomicrmw_xchg_i16_global_agent(
@@ -1377,7 +1373,4 @@ define i16 @test_atomicrmw_add_i16_buffer_fat_agent_align4(ptr addrspace(7) %ptr
1377
1373
!8 = !{!"Simple C/C++ TBAA" }
1378
1374
1379
1375
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
1380
- ; BASE: {{.*}}
1381
1376
; GCN: {{.*}}
1382
- ; GFX942: {{.*}}
1383
- ; R600: {{.*}}
You can’t perform that action at this time.
0 commit comments