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 2525
2626;--- amdhsa.ll
2727target 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"
2929
3030!llvm.module.flags = !{!0 }
3131!0 = !{i32 1 , !"amdhsa_code_object_version" , i32 500 }
@@ -36,15 +36,15 @@ define void @_start() {
3636
3737;--- amdpal.ll
3838target 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"
4040
4141define amdgpu_cs void @_start () {
4242 ret void
4343}
4444
4545;--- mesa3d.ll
4646target 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"
4848
4949define void @_start () {
5050 ret void
Original file line number Diff line number Diff line change 55; Make sure the amdgcn triple is handled
66
77target 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"
99
1010define void @_start () {
1111 ret void
You can’t perform that action at this time.
0 commit comments