File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
;--- amdhsa.ll
27
27
target triple = "amdgcn-amd-amdhsa"
28
- target datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6: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"
28
+ target datalayout = "e-p:64:64-p1:64:64-p2:32:32:32:32:f -p3:32:32:32:32:f -p4:64:64-p5:32:32:32:32:f -p6: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"
29
29
30
30
!llvm.module.flags = !{!0 }
31
31
!0 = !{i32 1 , !"amdhsa_code_object_version" , i32 500 }
@@ -36,15 +36,15 @@ define void @_start() {
36
36
37
37
;--- amdpal.ll
38
38
target triple = "amdgcn-amd-amdpal"
39
- target datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6: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"
39
+ target datalayout = "e-p:64:64-p1:64:64-p2:32:32:32:32:f -p3:32:32:32:32:f -p4:64:64-p5:32:32:32:32:f -p6: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"
40
40
41
41
define amdgpu_cs void @_start () {
42
42
ret void
43
43
}
44
44
45
45
;--- mesa3d.ll
46
46
target triple = "amdgcn-amd-mesa3d"
47
- target datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6: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"
47
+ target datalayout = "e-p:64:64-p1:64:64-p2:32:32:32:32:f -p3:32:32:32:32:f -p4:64:64-p5:32:32:32:32:f -p6: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"
48
48
49
49
define void @_start () {
50
50
ret void
Original file line number Diff line number Diff line change 5
5
; Make sure the amdgcn triple is handled
6
6
7
7
target triple = "amdgcn-amd-amdhsa"
8
- target datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6: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"
8
+ target datalayout = "e-p:64:64-p1:64:64-p2:32:32:32:32:f -p3:32:32:32:32:f -p4:64:64-p5:32:32:32:32:f -p6: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"
9
9
10
10
define void @_start () {
11
11
ret void
You can’t perform that action at this time.
0 commit comments