Created
June 16, 2021 22:04
-
-
Save Artem-B/44d8fa3f1bf0a3c992f4fe5bcf678c3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ModuleID = 'repro.ll' | |
source_filename = "blaze-out/k8-opt/genfiles/third_party/amdgpu/rocFFT/kernels/kernels_273.cpp" | |
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-G1-ni:7" | |
target triple = "amdgcn-amd-amdhsa" | |
%struct.ham = type { %struct.zot } | |
%struct.zot = type { %struct.quux } | |
%struct.quux = type { <2 x double> } | |
$_ZZ22fft_fwd_ip_len100_sbccI15HIP_vector_typeIdLj2EEL9StrideBin0ELb1EEvPKT_S5_mPKmS7_mPS3_E3lds = comdat any | |
@global = linkonce_odr hidden addrspace(3) global [505 x %struct.ham] undef, comdat($_ZZ22fft_fwd_ip_len100_sbccI15HIP_vector_typeIdLj2EEL9StrideBin0ELb1EEvPKT_S5_mPKmS7_mPS3_E3lds), align 16 | |
define protected amdgpu_kernel void @wombat() local_unnamed_addr align 32 { | |
bb42: | |
tail call fastcc void undef(%struct.ham* undef, %struct.ham* undef, i32 undef, i32 undef, i32 undef, %struct.ham* getelementptr inbounds ([505 x %struct.ham], [505 x %struct.ham]* addrspacecast ([505 x %struct.ham] addrspace(3)* @global to [505 x %struct.ham]*), i64 0, i64 0), %struct.ham* getelementptr inbounds ([505 x %struct.ham], [505 x %struct.ham]* addrspacecast ([505 x %struct.ham] addrspace(3)* @global to [505 x %struct.ham]*), i64 0, i64 0), %struct.ham* getelementptr inbounds ([505 x %struct.ham], [505 x %struct.ham]* addrspacecast ([505 x %struct.ham] addrspace(3)* @global to [505 x %struct.ham]*), i64 0, i64 0)) | |
ret void | |
} | |
; Function Attrs: convergent nounwind willreturn | |
declare void @llvm.amdgcn.s.barrier() #0 | |
; Function Attrs: nounwind readnone speculatable willreturn | |
declare align 4 i8 addrspace(4)* @llvm.amdgcn.dispatch.ptr() #1 | |
; Function Attrs: nounwind readnone speculatable willreturn | |
declare i32 @llvm.amdgcn.workitem.id.x() #1 | |
; Function Attrs: nounwind readnone speculatable willreturn | |
declare i32 @llvm.amdgcn.workgroup.id.x() #1 | |
attributes #0 = { convergent nounwind willreturn } | |
attributes #1 = { nounwind readnone speculatable willreturn } | |
!llvm.module.flags = !{!0, !1, !2} | |
!opencl.ocl.version = !{!3} | |
!0 = !{i32 1, !"wchar_size", i32 4} | |
!1 = !{i32 7, !"PIC Level", i32 1} | |
!2 = !{i32 7, !"frame-pointer", i32 1} | |
!3 = !{i32 2, i32 0} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.