Package evaluation to test SIMD on Julia 1.14.0-DEV.1720 (f38c537ec6*) started at 2026-02-15T12:57:44.579 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 11.81s ################################################################################ # Installation # Installing SIMD... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [fdea26ae] + SIMD v3.7.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [fdea26ae] + SIMD v3.7.2 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.23s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1387.1 ms ✓ OpenCL_Headers_jll 1431.9 ms ✓ SPIRV_LLVM_Translator_jll 1602.8 ms ✓ SPIRV_Tools_jll 1594.8 ms ✓ LLD_unified_jll 1490.8 ms ✓ SPIRV_LLVM_Backend_jll 1538.6 ms ✓ OpenCL_jll 1503.3 ms ✓ Clang_unified_jll ERROR: LoadError: MethodError: no method matching Compiler.OverlayCodeCache(::Compiler.InternalCodeCache, ::Vector{Compiler.InferenceResult}) The type `Compiler.OverlayCodeCache` exists, but no method is defined for this combination of argument types when trying to construct it.  Closest candidates are:  Compiler.OverlayCodeCache(::Cache, !Matched::Compiler.InferenceCache) where Cache  @ Base /opt/julia/share/julia/Compiler/src/types.jl:552  Stacktrace:  [1] code_cache(interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}})  @ Compiler ./../usr/share/julia/Compiler/src/types.jl:586  [2] typeinf_ext(interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}, mi::Core.MethodInstance, source_mode::UInt8)  @ Compiler ./../usr/share/julia/Compiler/src/typeinfer.jl:1488  [3] typeinf_type(interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}, mi::Core.MethodInstance)  @ Compiler ./../usr/share/julia/Compiler/src/typeinfer.jl:1554  [4] typeinf_type(mi::Core.MethodInstance; interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}})  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/validation.jl:27  [5] kwcall(::@NamedTuple{interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}}, ::typeof(GPUCompiler.typeinf_type), mi::Core.MethodInstance)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/validation.jl:16  [6] check_method(job::GPUCompiler.CompilerJob)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/validation.jl:43  [7] compile_unhooked(output::Symbol, job::GPUCompiler.CompilerJob; kwargs::@Kwargs{})  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:86  [8] compile_unhooked(output::Symbol, job::GPUCompiler.CompilerJob)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:80  [9] compile(target::Symbol, job::GPUCompiler.CompilerJob; kwargs::@Kwargs{})  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:67  [10] compile(target::Symbol, job::GPUCompiler.CompilerJob)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:55  [11] (::GPUCompiler.var"#146#147"{GPUCompiler.CompilerJob{GPUCompiler.NativeCompilerTarget, GPUCompiler.var"##155".DummyCompilerParams}})(ctx::LLVM.Context)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:35  [12] JuliaContext(f::GPUCompiler.var"#146#147"{GPUCompiler.CompilerJob{GPUCompiler.NativeCompilerTarget, GPUCompiler.var"##155".DummyCompilerParams}}; kwargs::@Kwargs{})  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:34  [13] JuliaContext(f::Function)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:25  [14] macro expansion  @ ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:34 [inlined]  [15] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined]  [16] macro expansion  @ ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:25 [inlined]  [17] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:121 [inlined]  [18] top-level scope  @ ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:118  [19] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:310  [20] top-level scope  @ ~/.julia/packages/GPUCompiler/OCZFZ/src/GPUCompiler.jl:70  [21] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [22] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [23] top-level scope  @ stdin:5  [24] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [26] include_string  @ ./loading.jl:3140 [inlined]  [27] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [28] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:3 in expression starting at /home/pkgeval/.julia/packages/GPUCompiler/OCZFZ/src/GPUCompiler.jl:1 in expression starting at stdin:5 ✗ GPUCompiler 11508.8 ms ✓ SPIRVIntrinsics 15117.2 ms ✓ GPUArrays 1613.7 ms ✓ pocl_jll 11344.1 ms ✓ SPIRVIntrinsics → SPIRVIntrinsicsSIMDExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("61eb1bfa-7361-4325-ad38-22787b887f55"), "GPUCompiler") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using  @ ./module.jl:137 [inlined]  [11] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [12] top-level scope  @ ~/.julia/packages/OpenCL/Ugm6a/src/OpenCL.jl:3  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [18] include_string  @ ./loading.jl:3140 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [20] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/OpenCL/Ugm6a/src/OpenCL.jl:1 in expression starting at stdin:5 ✗ OpenCL ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("08131aa3-fb12-5dee-8b74-c09406e224a2"), "OpenCL") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] top-level scope  @ ~/.julia/packages/Atomix/0UMek/ext/AtomixOpenCLExt.jl:5  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [17] include_string  @ ./loading.jl:3140 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [19] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/Atomix/0UMek/ext/AtomixOpenCLExt.jl:2 in expression starting at stdin:5 ✗ Atomix → AtomixOpenCLExt 11 dependencies successfully precompiled in 70 seconds. 78 already precompiled. Precompilation completed after 96.3s ################################################################################ # Testing # Testing SIMD Status `/tmp/jl_TotJ7P/Project.toml` [63c18a36] KernelAbstractions v0.9.40 [08131aa3] OpenCL v0.10.8 [fdea26ae] SIMD v3.7.2 [627d6b7a] pocl_jll v7.1.0+1 [b77e0a4c] InteractiveUtils v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_TotJ7P/Manifest.toml` [79e6a3ab] Adapt v4.4.0 [a9b6321e] Atomix v1.1.2 [fa961155] CEnum v0.5.0 [ffbed154] DocStringExtensions v0.9.5 [e2ba6199] ExprTools v0.1.10 [0c68f7d7] GPUArrays v11.4.0 [46192b85] GPUArraysCore v0.2.0 [61eb1bfa] GPUCompiler v1.8.2 [096a3bc2] GPUToolbox v1.0.0 [076d061b] HashArrayMappedTries v0.2.0 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.7.1 [63c18a36] KernelAbstractions v0.9.40 [929cbde3] LLVM v9.4.6 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [08131aa3] OpenCL v0.10.8 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [74087812] Random123 v1.7.1 [e6cf234a] RandomNumbers v1.6.0 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [fdea26ae] SIMD v3.7.2 [71d1d633] SPIRVIntrinsics v0.5.6 [7e506255] ScopedValues v1.5.0 [6c6a2e73] Scratch v1.3.0 [276daf66] SpecialFunctions v2.7.1 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [e689c965] Tracy v0.1.6 [013be700] UnsafeAtomics v0.3.0 [ffc816e1] Clang_unified_jll v0.1.2+0 [e33a78d0] Hwloc_jll v2.12.2+0 [fbc507ec] LLD_unified_jll v0.1.1+0 [dad2f222] LLVMExtra_jll v0.0.38+0 [ad6e5548] LibTracyClient_jll v0.13.1+0 [94ce4f54] Libiconv_jll v1.18.0+0 [a7aa756b] OpenCL_Headers_jll v2025.6.13+0 [6cb37087] OpenCL_jll v2024.10.24+1 [efe28fd5] OpenSpecFun_jll v0.5.6+0 ⌅ [4376b9bf] SPIRV_LLVM_Backend_jll v20.1.5+3 ⌅ [4a5d46fc] SPIRV_LLVM_Translator_jll v20.1.0+6 [6ac6d60f] SPIRV_Tools_jll v2025.4.0+0 ⌅ [02c8fc9c] XML2_jll v2.13.9+0 [a65dc6b1] Xorg_libpciaccess_jll v0.18.1+0 [627d6b7a] pocl_jll v7.1.0+1 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [4af54fe1] LazyArtifacts v1.11.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.18.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.12.2 [4536629a] OpenBLAS_jll v0.3.30+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.5+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8f36deef] libLLVM_jll v20.1.8+0 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.68.0+1 [3f19e933] p7zip_jll v17.7.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Test Summary: | Pass Total Time Type properties | 10 10 0.8s Test Summary: | Pass Total Time Errors | 2 2 1.2s Test Summary: | Pass Total Time Type conversion | 8 8 0.7s Test Summary: | Pass Total Time Conversion and reinterpretation | 4 4 0.9s Test Summary: | Pass Total Time convert(target_type, source) | 144 144 11.7s Test Summary: | Pass Total Time Element-wise access | 22 22 0.4s Test Summary: | Pass Total Time Integer arithmetic functions | 116 116 4.2s Test Summary: | Pass Total Time bswap | 6 6 0.5s Test Summary: | Pass Total Time saturation | 4 4 0.2s Test Summary: | Pass Total Time overflow arithmetic | 24 24 4.3s Test Summary: | Pass Total Time Floating point arithmetic functions | 106 106 40.5s Test Summary: | Pass Total Time Type promotion | 88 88 1.2s Test Summary: | Pass Total Time Reduction operations | 21 21 1.4s Test Summary: | Pass Total Time Load and store functions | 66 66 1.7s Test Summary: | Pass Total Time Load and store with pointers | 168 168 3.8s Test Summary: | Pass Total Time fastmath | 6 6 0.3s Test Summary: | Pass Total Time Gather and scatter function | 174 174 8.3s Test Summary: | Pass Total Time expandload | 10 10 0.2s Test Summary: | Pass Total Time compressstore | 10 10 0.5s Test Summary: | Pass Total Time Index-based load/store | 104 104 5.4s ; Function Signature: vsum(Base.SubArray{Float64, 1, Array{Float64, 1}, Tuple{Base.UnitRange{Int64}}, true}, Type{SIMD.Vec{4, Float64}}) ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:866 within `vsum` define double @julia_vsum_19220(ptr nocapture noundef nonnull readonly align 8 dereferenceable(40) %"xs::SubArray", ptr nocapture noundef nonnull readonly align 8 dereferenceable(8) %.roots.xs) local_unnamed_addr #0 { top: %gcframe1 = alloca [3 x ptr], align 16 call void @llvm.memset.p0.i64(ptr align 16 %gcframe1, i8 0, i64 24, i1 true) %"new::Tuple" = alloca [1 x [1 x i64]], align 8 %thread_ptr = call ptr asm "movq %fs:0, $0", "=r"() #13 %tls_ppgcstack = getelementptr inbounds i8, ptr %thread_ptr, i64 -8 %tls_pgcstack = load ptr, ptr %tls_ppgcstack, align 8 store i64 4, ptr %gcframe1, align 8 %frame.prev = getelementptr inbounds nuw i8, ptr %gcframe1, i64 8 %task.gcstack = load ptr, ptr %tls_pgcstack, align 8 store ptr %task.gcstack, ptr %frame.prev, align 8 store ptr %gcframe1, ptr %tls_pgcstack, align 8 ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:867 within `vsum` ; ┌ @ essentials.jl:11 within `length` ; │┌ @ subarray.jl:65 within `size` ; ││┌ @ subarray.jl:512 within `axes` ; │││┌ @ Base_compiler.jl:57 within `getproperty` %0 = getelementptr inbounds nuw i8, ptr %"xs::SubArray", i64 8 ; │││└ ; │││┌ @ subarray.jl:517 within `_indices_sub` ; ││││┌ @ abstractarray.jl:102 within `axes` ; │││││┌ @ range.jl:692 within `size` ; ││││││┌ @ range.jl:782 within `length` ; │││││││┌ @ range.jl:863 within `last` ; ││││││││┌ @ Base_compiler.jl:57 within `getproperty` %.stop_ptr = getelementptr inbounds nuw i8, ptr %"xs::SubArray", i64 16 ; │││││││└└ ; │││││││ @ range.jl:785 within `length` ; │││││││┌ @ int.jl:86 within `-` %.stop_ptr.unbox = load i64, ptr %.stop_ptr, align 8 %.unbox = load i64, ptr %0, align 8 %1 = sub i64 %.stop_ptr.unbox, %.unbox ; │││││││└ ; │││││││┌ @ int.jl:87 within `+` %2 = add i64 %1, 1 ; └└└└└└└└ ; ┌ @ promotion.jl:637 within `==` %3 = and i64 %2, 3 %.not = icmp eq i64 %3, 0 ; └ br i1 %.not, label %L10, label %L125 L10: ; preds = %top ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:870 within `vsum` ; ┌ @ range.jl:22 within `Colon` ; │┌ @ range.jl:24 within `_colon` ; ││┌ @ range.jl:393 within `StepRange` @ range.jl:338 ; │││┌ @ range.jl:353 within `steprange_last` ; ││││┌ @ promotion.jl:637 within `==` %.not30 = icmp eq i64 %.stop_ptr.unbox, %.unbox ; ││││└ br i1 %.not30, label %L69.preheader, label %L22 L22: ; preds = %L10 ; ││││ @ range.jl:356 within `steprange_last` ; ││││┌ @ operators.jl:424 within `>` ; │││││┌ @ int.jl:83 within `<` %4 = icmp sgt i64 %2, 1 ; ││││└└ br i1 %4, label %L55, label %L122 L55: ; preds = %L22 ; ││││ @ range.jl:369 within `steprange_last` ; ││││┌ @ int.jl:342 within `rem` %5 = and i64 %1, 3 ; ││││└ ; ││││ @ range.jl:372 within `steprange_last` %6 = sub nsw i64 %2, %5 ; └└└└ ; ┌ @ range.jl:921 within `iterate` ; │┌ @ range.jl:694 within `isempty` ; ││┌ @ bool.jl:40 within `&` %7 = icmp slt i64 %6, 1 ; └└└ br i1 %7, label %L122, label %L69.preheader L69.preheader: ; preds = %L55, %L10 %value_phi42 = phi i64 [ %6, %L55 ], [ 1, %L10 ] %8 = load ptr, ptr %.roots.xs, align 8 %9 = getelementptr inbounds nuw i8, ptr %"xs::SubArray", i64 24 %.unbox12 = load i64, ptr %9, align 8 ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:871 within `vsum` ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:306 within `getindex` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:281 within `_preprocessindices` ; ││┌ @ essentials.jl:385 within `checkbounds` br label %L69 L69: ; preds = %L98, %L69.preheader %value_phi6 = phi i64 [ %13, %L98 ], [ 1, %L69.preheader ] %value_phi8 = phi <4 x double> [ %19, %L98 ], [ zeroinitializer, %L69.preheader ] ; │││ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:230 within `checkindex` ; ││││┌ @ int.jl:560 within `<=` %10 = icmp sgt i64 %value_phi6, 0 ; ││││└ %11 = add nuw i64 %value_phi6, 3 %12 = icmp sle i64 %11, %2 ; │││└ ; │││ @ essentials.jl:385 within `checkbounds` %narrow.not.not38 = and i1 %10, %12 br i1 %narrow.not.not38, label %L98, label %L94 L94: ; preds = %L69 ; ││└ store i64 %value_phi6, ptr %"new::Tuple", align 8 ; ││┌ @ essentials.jl:385 within `checkbounds` call void @j_throw_boundserror_19227(ptr nocapture nonnull readonly %"xs::SubArray", ptr nocapture nonnull readonly %.roots.xs, ptr nocapture nonnull readonly %"new::Tuple") #4 unreachable L98: ; preds = %L69 ; │││ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:230 within `checkindex` %13 = add nuw i64 %value_phi6, 4 ; │└└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:295 within `_pointer` ; ││┌ @ subarray.jl:498 within `pointer` ; │││┌ @ int.jl:87 within `+` %14 = add i64 %.unbox12, %value_phi6 ; │││└ ; │││ @ subarray.jl:498 within `pointer` @ abstractarray.jl:1272 @ abstractarray.jl:1269 ; │││┌ @ pointer.jl:63 within `cconvert` %15 = load ptr, ptr %8, align 8 ; │││└ ; │││ @ subarray.jl:498 within `pointer` @ abstractarray.jl:1272 ; │││┌ @ abstractarray.jl:1276 within `_memory_offset` ; ││││┌ @ int.jl:88 within `*` %16 = shl i64 %14, 3 ; │││└└ ; │││┌ @ pointer.jl:314 within `+` %17 = getelementptr i8, ptr %15, i64 %16 %18 = getelementptr i8, ptr %17, i64 -8 ; │└└└ ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:50 within `vload` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:50 @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:51 ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:477 within `load` ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:486 within `macro expansion` %res.i = load <4 x double>, ptr %18, align 8 ; └└└└ ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/simdvec.jl:264 within `+` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:227 within `fadd` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:227 ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:236 within `macro expansion` %19 = fadd <4 x double> %value_phi8, %res.i ; └└└ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:872 within `vsum` ; ┌ @ range.jl:925 within `iterate` ; │┌ @ promotion.jl:637 within `==` %.not33 = icmp eq i64 %value_phi6, %value_phi42 ; └└ br i1 %.not33, label %L122, label %L69 L122: ; preds = %L98, %L55, %L22 %value_phi16 = phi <4 x double> [ zeroinitializer, %L55 ], [ zeroinitializer, %L22 ], [ %19, %L98 ] ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:873 within `vsum` ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/simdvec.jl:498 within `sum` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:1077 within `reduce_fadd` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:1093 within `macro expansion` %res.i29 = call reassoc double @llvm.vector.reduce.fadd.v4f64(double 0.000000e+00, <4 x double> %value_phi16) %frame.prev51 = load ptr, ptr %frame.prev, align 8 store ptr %frame.prev51, ptr %tls_pgcstack, align 8 ret double %res.i29 L125: ; preds = %top ; └└└ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:867 within `vsum` %20 = call [1 x ptr] @j_AssertionError_19229(ptr nonnull @"jl_global#19230.jit") %gc_slot_addr_0 = getelementptr inbounds nuw i8, ptr %gcframe1, i64 16 %21 = extractvalue [1 x ptr] %20, 0 store ptr %21, ptr %gc_slot_addr_0, align 8 %ptls_field = getelementptr inbounds nuw i8, ptr %tls_pgcstack, i64 16 %ptls_load = load ptr, ptr %ptls_field, align 8 %"box::AssertionError" = call noalias nonnull align 8 dereferenceable(16) ptr @ijl_gc_small_alloc(ptr %ptls_load, i32 360, i32 16, i64 135101181182544) #9 %"box::AssertionError.tag_addr" = getelementptr inbounds i8, ptr %"box::AssertionError", i64 -8 store atomic i64 135101181182544, ptr %"box::AssertionError.tag_addr" unordered, align 8 store ptr %21, ptr %"box::AssertionError", align 8 store ptr null, ptr %gc_slot_addr_0, align 8 call void @ijl_throw(ptr nonnull %"box::AssertionError") unreachable } .file "vsum" .section .ltext,"axl",@progbits .globl julia_vsum_19273 # -- Begin function julia_vsum_19273 .p2align 4 .type julia_vsum_19273,@function julia_vsum_19273: # @julia_vsum_19273 ; Function Signature: vsum(Base.SubArray{Float64, 1, Array{Float64, 1}, Tuple{Base.UnitRange{Int64}}, true}, Type{SIMD.Vec{4, Float64}}) ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:866 within `vsum` # %bb.0: # %top #DEBUG_VALUE: vsum:xs <- [$rdi+0] push rbp mov rbp, rsp push r14 push rbx sub rsp, 48 vxorpd xmm0, xmm0, xmm0 #APP mov rax, qword ptr fs:[0] #NO_APP lea rcx, [rbp - 48] vmovapd xmmword ptr [rbp - 48], xmm0 mov qword ptr [rbp - 32], 0 mov r14, qword ptr [rax - 8] mov qword ptr [rbp - 48], 4 mov rax, qword ptr [r14] mov qword ptr [rbp - 40], rax mov qword ptr [r14], rcx ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:867 within `vsum` ; │┌ @ essentials.jl:11 within `length` ; ││┌ @ subarray.jl:65 within `size` ; │││┌ @ subarray.jl:512 within `axes` ; ││││┌ @ subarray.jl:517 within `_indices_sub` ; │││││┌ @ abstractarray.jl:102 within `axes` ; ││││││┌ @ range.jl:692 within `size` ; │││││││┌ @ range.jl:785 within `length` ; ││││││││┌ @ int.jl:86 within `-` mov r8, qword ptr [rdi + 16] mov rdx, qword ptr [rdi + 8] mov rcx, r8 sub rcx, rdx ; ││││││││└ ; ││││││││┌ @ int.jl:87 within `+` lea rax, [rcx + 1] ; │└└└└└└└└ ; │┌ @ promotion.jl:637 within `==` test al, 3 ; │└ jne .LBB0_9 # %bb.1: # %L10 mov r9d, 1 ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:870 within `vsum` ; │┌ @ range.jl:22 within `Colon` ; ││┌ @ range.jl:24 within `_colon` ; │││┌ @ range.jl:393 within `StepRange` @ range.jl:338 ; ││││┌ @ range.jl:353 within `steprange_last` ; │││││┌ @ promotion.jl:637 within `==` cmp r8, rdx ; │││││└ je .LBB0_4 # %bb.2: # %L22 vxorpd xmm0, xmm0, xmm0 ; │││││ @ range.jl:356 within `steprange_last` ; │││││┌ @ operators.jl:424 within `>` ; ││││││┌ @ int.jl:83 within `<` cmp rax, 2 ; │││││└└ jl .LBB0_8 # %bb.3: # %L55 ; │││││ @ range.jl:369 within `steprange_last` ; │││││┌ @ int.jl:342 within `rem` and ecx, 3 ; │└└└└└ ; │┌ @ range.jl:921 within `iterate` ; ││┌ @ range.jl:694 within `isempty` ; │││┌ @ bool.jl:40 within `&` mov r9, rax sub r9, rcx ; │└└└ jle .LBB0_8 .LBB0_4: # %L69.preheader mov rdx, qword ptr [rdi + 24] mov rcx, qword ptr [rsi] mov r8, -3 vxorpd xmm0, xmm0, xmm0 ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:871 within `vsum` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:306 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:281 within `_preprocessindices` ; │││┌ @ essentials.jl:385 within `checkbounds` sub r8, r9 mov r9d, 4 shl rdx, 3 .p2align 4 .LBB0_5: # %L69 # =>This Inner Loop Header: Depth=1 ; ││││ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; ││││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:230 within `checkindex` ; │││││┌ @ int.jl:560 within `<=` lea r10, [r9 - 3] test r10, r10 ; ││││└└ ; ││││ @ essentials.jl:385 within `checkbounds` jle .LBB0_10 # %bb.6: # %L69 # in Loop: Header=BB0_5 Depth=1 cmp r9, rax jg .LBB0_10 # %bb.7: # %L98 # in Loop: Header=BB0_5 Depth=1 mov r10, qword ptr [rcx] ; ││└└ ; ││ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:50 within `vload` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:50 @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:51 ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:477 within `load` ; ││││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:486 within `macro expansion` add r10, rdx ; │└└└└ ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/simdvec.jl:264 within `+` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:227 within `fadd` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:227 ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:236 within `macro expansion` vaddpd ymm0, ymm0, ymmword ptr [r10 + 8*r9 - 32] ; │└└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:872 within `vsum` ; │┌ @ range.jl:925 within `iterate` ; ││┌ @ promotion.jl:637 within `==` lea r10, [r8 + r9 + 4] add r9, 4 cmp r10, 4 ; │└└ jne .LBB0_5 .LBB0_8: # %L122 ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:873 within `vsum` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/simdvec.jl:498 within `sum` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:1077 within `reduce_fadd` ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:1093 within `macro expansion` vextractf128 xmm1, ymm0, 1 mov rax, qword ptr [rbp - 40] vaddpd xmm0, xmm0, xmm1 vshufpd xmm1, xmm0, xmm0, 1 # xmm1 = xmm0[1,0] mov qword ptr [r14], rax vaddsd xmm0, xmm0, xmm1 vxorpd xmm1, xmm1, xmm1 vaddsd xmm0, xmm0, xmm1 add rsp, 48 pop rbx pop r14 pop rbp vzeroupper ret .LBB0_10: # %L94 ; │└└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:871 within `vsum` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:306 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:281 within `_preprocessindices` ; │││┌ @ essentials.jl:385 within `checkbounds` movabs rax, offset j_throw_boundserror_19280 lea rdx, [rbp - 56] ; │││└ mov qword ptr [rbp - 56], r10 ; │││┌ @ essentials.jl:385 within `checkbounds` vzeroupper call rax .LBB0_9: # %L125 ; │└└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:867 within `vsum` movabs rdi, offset ".Ljl_global#19283.jit" movabs rax, offset j_AssertionError_19282 call rax mov qword ptr [rbp - 32], rax mov rbx, rax movabs rax, offset ijl_gc_small_alloc mov esi, 360 mov edx, 16 mov rdi, qword ptr [r14 + 16] movabs r14, 135101181182544 mov rcx, r14 call rax movabs rcx, offset ijl_throw mov rdi, rax mov qword ptr [rax - 8], r14 mov qword ptr [rax], rbx mov qword ptr [rbp - 32], 0 call rcx .Lfunc_end0: .size julia_vsum_19273, .Lfunc_end0-julia_vsum_19273 ; └ # -- End function .type ".L+Core.Float64#19275",@object # @"+Core.Float64#19275" .section .lrodata,"al",@progbits .p2align 3, 0x0 ".L+Core.Float64#19275": .quad ".L+Core.Float64#19275.jit" .size ".L+Core.Float64#19275", 8 .set ".Ljl_global#19283.jit", 135101055066000 .size ".Ljl_global#19283.jit", 8 .set ".L+Core.AssertionError#19284.jit", 135101181182544 .size ".L+Core.AssertionError#19284.jit", 8 .set ".L+Core.Float64#19275.jit", 135101253348128 .size ".L+Core.Float64#19275.jit", 8 .section ".note.GNU-stack","",@progbits ; Function Signature: vcompress!(Array{Float64, 1}, Array{Bool, 1}, Array{Float64, 1}) ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:939 within `vcompress!` define nonnull ptr @"japi1_vcompress!_19419"(ptr %"function::Core.Function", ptr noalias nocapture noundef readonly %"args::Any[]", i32 %"nargs::UInt32") local_unnamed_addr #0 { top: %gcframe2 = alloca [3 x ptr], align 16 call void @llvm.memset.p0.i64(ptr align 16 %gcframe2, i8 0, i64 24, i1 true) %stackargs = alloca ptr, align 8 store volatile ptr %"args::Any[]", ptr %stackargs, align 8 %"new::Tuple" = alloca [1 x [1 x i64]], align 8 %"new::LinearIndices" = alloca [1 x [1 x [1 x i64]]], align 8 %"new::Tuple18" = alloca [1 x i64], align 8 %"new::Tuple22" = alloca [1 x [1 x i64]], align 8 %"new::LinearIndices29" = alloca [1 x [1 x [1 x i64]]], align 8 %"new::Tuple30" = alloca [1 x i64], align 8 %"new::Tuple37" = alloca [1 x [2 x i64]], align 8 %"new::Tuple56" = alloca [1 x i64], align 8 %"new::Tuple66" = alloca [1 x i64], align 8 %"new::Tuple126" = alloca [1 x i64], align 8 %thread_ptr = call ptr asm "movq %fs:0, $0", "=r"() #18 %tls_ppgcstack = getelementptr inbounds i8, ptr %thread_ptr, i64 -8 %tls_pgcstack = load ptr, ptr %tls_ppgcstack, align 8 store i64 4, ptr %gcframe2, align 8 %frame.prev = getelementptr inbounds nuw i8, ptr %gcframe2, i64 8 %task.gcstack = load ptr, ptr %tls_pgcstack, align 8 store ptr %task.gcstack, ptr %frame.prev, align 8 store ptr %gcframe2, ptr %tls_pgcstack, align 8 %0 = load ptr, ptr %"args::Any[]", align 8 %1 = getelementptr inbounds nuw i8, ptr %"args::Any[]", i64 8 %2 = load ptr, ptr %1, align 8 %3 = getelementptr inbounds nuw i8, ptr %"args::Any[]", i64 16 %4 = load ptr, ptr %3, align 8 ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 ; ┌ @ abstractarray.jl:102 within `axes` ; │┌ @ essentials.jl:10 within `size` %.size_ptr = getelementptr inbounds nuw i8, ptr %4, i64 16 %.size.0.copyload = load i64, ptr %.size_ptr, align 8 %.size_ptr1 = getelementptr inbounds nuw i8, ptr %0, i64 16 %.size2.0.copyload = load i64, ptr %.size_ptr1, align 8 ; └└ ; ┌ @ tuple.jl:543 within `==` ; │┌ @ tuple.jl:547 within `_eq` ; ││┌ @ range.jl:1142 within `==` @ promotion.jl:637 %.not.not = icmp eq i64 %.size2.0.copyload, %.size.0.copyload ; └└└ br i1 %.not.not, label %L27, label %L255 L27: ; preds = %top ; ┌ @ abstractarray.jl:102 within `axes` ; │┌ @ essentials.jl:10 within `size` %.size_ptr3 = getelementptr inbounds nuw i8, ptr %2, i64 16 %.size4.0.copyload = load i64, ptr %.size_ptr3, align 8 ; └└ ; ┌ @ tuple.jl:543 within `==` ; │┌ @ tuple.jl:547 within `_eq` ; ││┌ @ range.jl:1142 within `==` @ promotion.jl:637 %.not.not283 = icmp eq i64 %.size.0.copyload, %.size4.0.copyload ; └└└ br i1 %.not.not283, label %L29, label %L255 L29: ; preds = %L27 ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:941 ; ┌ @ int.jl:87 within `+` %5 = add i64 %.size.0.copyload, -3 ; └ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:945 ; ┌ @ int.jl:560 within `<=` %.not144240 = icmp slt i64 %5, 1 ; └ br i1 %.not144240, label %L189.preheader, label %L37 L189.preheader.loopexit: ; preds = %L171 %.size55.0.copyload.pre = load i64, ptr %.size_ptr, align 8 ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:947 ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:113 within `vstorec` br label %L189.preheader L189.preheader: ; preds = %L189.preheader.loopexit, %L29 %.size55.0.copyload = phi i64 [ %.size.0.copyload, %L29 ], [ %.size55.0.copyload.pre, %L189.preheader.loopexit ] %value_phi10.lcssa = phi i64 [ 1, %L29 ], [ %27, %L189.preheader.loopexit ] %value_phi11.lcssa = phi i64 [ 1, %L29 ], [ %28, %L189.preheader.loopexit ] ; └ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:951 ; ┌ @ int.jl:560 within `<=` %.not154276 = icmp sgt i64 %value_phi11.lcssa, %.size55.0.copyload ; └ br i1 %.not154276, label %L258, label %L197.lr.ph L197.lr.ph: ; preds = %L189.preheader %.size59.0.copyload = load i64, ptr %.size_ptr3, align 8 %memoryref_data = load ptr, ptr %2, align 8 %6 = getelementptr inbounds nuw i8, ptr %2, i64 8 %memoryref_mem = load ptr, ptr %6, align 8 %memory_data_ptr = getelementptr inbounds nuw i8, ptr %memoryref_mem, i64 8 %memoryref_data72 = load ptr, ptr %4, align 8 %7 = getelementptr inbounds nuw i8, ptr %4, i64 8 %memoryref_mem91 = load ptr, ptr %7, align 8 %memory_data_ptr80 = getelementptr inbounds nuw i8, ptr %memoryref_mem91, i64 8 %.size97.0.copyload = load i64, ptr %.size_ptr1, align 8 %memoryref_data100 = load ptr, ptr %0, align 8 %8 = getelementptr inbounds nuw i8, ptr %0, i64 8 %memoryref_mem120 = load ptr, ptr %8, align 8 %memory_data_ptr108 = getelementptr inbounds nuw i8, ptr %memoryref_mem120, i64 8 br label %L197 L37: ; preds = %L171, %L29 %value_phi11248 = phi i64 [ %28, %L171 ], [ 1, %L29 ] %value_phi10247 = phi i64 [ %27, %L171 ], [ 1, %L29 ] ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:946 ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:306 within `getindex` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:281 within `_preprocessindices` ; ││┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; │││┌ @ abstractarray.jl:394 within `eachindex` ; ││││┌ @ essentials.jl:11 within `length` ; │││││┌ @ essentials.jl:10 within `size` %.size13.0.copyload = load i64, ptr %.size_ptr3, align 8 ; │││└└└ ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:230 within `checkindex` ; ││││┌ @ int.jl:560 within `<=` %9 = icmp sgt i64 %value_phi11248, 0 %10 = add nuw i64 %value_phi11248, 3 %11 = icmp sle i64 %10, %.size13.0.copyload ; ││││└ %or.cond = select i1 %9, i1 %11, i1 false br i1 %or.cond, label %L59, label %L55 L55: ; preds = %L37 ; ││└└ store i64 %value_phi11248, ptr %"new::Tuple", align 1 ; ││┌ @ essentials.jl:385 within `checkbounds` call void @j_throw_boundserror_19430(ptr nonnull %2, ptr nocapture nonnull readonly %"new::Tuple") #6 unreachable L59: ; preds = %L37 ; │└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:291 within `_pointer` ; ││┌ @ indices.jl:556 within `getindex` ; │││┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; ││││┌ @ abstractarray.jl:753 within `checkindex` ; │││││┌ @ int.jl:86 within `-` %12 = add nsw i64 %value_phi11248, -1 ; │││││└ ; │││││┌ @ int.jl:559 within `<` %.not145 = icmp ult i64 %12, %.size13.0.copyload ; ││││└└ ; ││││ @ essentials.jl:385 within `checkbounds` br i1 %.not145, label %L104, label %L74 L74: ; preds = %L59 ; ││└└ ; ││┌ @ indices.jl:532 within `LinearIndices` ; │││┌ @ abstractarray.jl:102 within `axes` ; ││││┌ @ tuple.jl:357 within `map` ; │││││┌ @ range.jl:488 within `unchecked_oneto` store i64 %.size13.0.copyload, ptr %"new::LinearIndices", align 1 ; ││└└└└ ; ││┌ @ indices.jl:556 within `getindex` store i64 %value_phi11248, ptr %"new::Tuple18", align 1 ; │││┌ @ essentials.jl:385 within `checkbounds` call void @j_throw_boundserror_19428(ptr nocapture nonnull readonly %"new::LinearIndices", ptr nocapture nonnull readonly %"new::Tuple18") #6 unreachable L104: ; preds = %L59 ; ││└└ ; ││┌ @ abstractarray.jl:1272 within `pointer` @ abstractarray.jl:1269 ; │││┌ @ pointer.jl:63 within `cconvert` %13 = load ptr, ptr %2, align 8 ; │││└ ; │││ @ abstractarray.jl:1272 within `pointer` ; │││┌ @ pointer.jl:314 within `+` %14 = getelementptr i8, ptr %13, i64 %12 ; │└└└ ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:50 within `vload` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:50 @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:51 ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:477 within `load` ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:486 within `macro expansion` %res.i = load <4 x i8>, ptr %14, align 1 ; └└└└ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:947 ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:306 within `getindex` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:281 within `_preprocessindices` ; ││┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; │││┌ @ abstractarray.jl:394 within `eachindex` ; ││││┌ @ essentials.jl:11 within `length` ; │││││┌ @ essentials.jl:10 within `size` %.size24.0.copyload = load i64, ptr %.size_ptr, align 8 ; │││└└└ ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:230 within `checkindex` ; ││││┌ @ int.jl:560 within `<=` %.not.not395 = icmp sgt i64 %10, %.size24.0.copyload ; │││└└ ; │││ @ essentials.jl:385 within `checkbounds` br i1 %.not.not395, label %L106, label %L110 L106: ; preds = %L104 ; ││└ store i64 %value_phi11248, ptr %"new::Tuple22", align 1 ; ││┌ @ essentials.jl:385 within `checkbounds` call void @j_throw_boundserror_19429(ptr nonnull %4, ptr nocapture nonnull readonly %"new::Tuple22") #6 unreachable L110: ; preds = %L104 ; │└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:291 within `_pointer` ; ││┌ @ indices.jl:556 within `getindex` ; │││┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; ││││┌ @ abstractarray.jl:753 within `checkindex` ; │││││┌ @ int.jl:559 within `<` %.not146 = icmp ult i64 %12, %.size24.0.copyload ; ││││└└ ; ││││ @ essentials.jl:385 within `checkbounds` br i1 %.not146, label %L129, label %L125 L125: ; preds = %L110 ; ││└└ ; ││┌ @ indices.jl:532 within `LinearIndices` ; │││┌ @ abstractarray.jl:102 within `axes` ; ││││┌ @ tuple.jl:357 within `map` ; │││││┌ @ range.jl:488 within `unchecked_oneto` store i64 %.size24.0.copyload, ptr %"new::LinearIndices29", align 1 ; ││└└└└ ; ││┌ @ indices.jl:556 within `getindex` store i64 %value_phi11248, ptr %"new::Tuple30", align 1 ; │││┌ @ essentials.jl:385 within `checkbounds` call void @j_throw_boundserror_19428(ptr nocapture nonnull readonly %"new::LinearIndices29", ptr nocapture nonnull readonly %"new::Tuple30") #6 unreachable L129: ; preds = %L110 ; └└└└ ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:110 within `vstorec` ; │┌ @ int.jl:86 within `-` %15 = add i64 %value_phi10247, 3 ; │└ ; │┌ @ range.jl:5 within `Colon` ; ││┌ @ range.jl:417 within `UnitRange` ; │││┌ @ range.jl:428 within `unitrange_last` ; ││││┌ @ operators.jl:479 within `>=` ; │││││┌ @ int.jl:560 within `<=` %.not147 = icmp sgt i64 %value_phi10247, 9223372036854775804 ; ││││└└ %16 = add i64 %value_phi10247, -1 %value_phi34 = select i1 %.not147, i64 %16, i64 %15 ; │└└└ ; │┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; ││┌ @ abstractarray.jl:394 within `eachindex` ; │││┌ @ essentials.jl:11 within `length` ; ││││┌ @ essentials.jl:10 within `size` %.size39.0.copyload = load i64, ptr %.size_ptr1, align 8 ; ││└└└ ; ││┌ @ abstractarray.jl:756 within `checkindex` ; │││┌ @ range.jl:697 within `isempty` ; ││││┌ @ operators.jl:424 within `>` ; │││││┌ @ int.jl:83 within `<` %17 = icmp slt i64 %value_phi34, %value_phi10247 ; │││└└└ ; │││ @ abstractarray.jl:756 within `checkindex` @ abstractarray.jl:753 ; │││┌ @ int.jl:559 within `<` %18 = icmp ult i64 %16, %.size39.0.copyload ; │││└ ; │││┌ @ int.jl:86 within `-` %19 = add i64 %value_phi34, -1 ; │││└ ; │││┌ @ int.jl:559 within `<` %20 = icmp ult i64 %19, %.size39.0.copyload ; ││└└ ; ││ @ essentials.jl:385 within `checkbounds` %.not153.not288 = and i1 %18, %20 %.not150.not285 = or i1 %17, %.not153.not288 br i1 %.not150.not285, label %L171, label %L168 L168: ; preds = %L129 %"new::UnitRange.sroa.2.0..sroa_idx" = getelementptr inbounds nuw i8, ptr %"new::Tuple37", i64 8 ; │└ ; │┌ @ range.jl:5 within `Colon` ; ││┌ @ range.jl:417 within `UnitRange` store i64 %value_phi34, ptr %"new::UnitRange.sroa.2.0..sroa_idx", align 1 store i64 %value_phi10247, ptr %"new::Tuple37", align 1 ; │└└ ; │┌ @ essentials.jl:385 within `checkbounds` call void @j_throw_boundserror_19427(ptr nonnull %0, ptr nocapture nonnull readonly %"new::Tuple37") #6 unreachable L171: ; preds = %L129 ; └└ ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:291 within `_pointer` ; ││┌ @ abstractarray.jl:1272 within `pointer` @ abstractarray.jl:1269 ; │││┌ @ pointer.jl:63 within `cconvert` %21 = load ptr, ptr %4, align 8 ; │││└ ; │││ @ abstractarray.jl:1272 within `pointer` ; │││┌ @ abstractarray.jl:1276 within `_memory_offset` ; ││││┌ @ int.jl:88 within `*` %22 = shl i64 %12, 3 ; │││└└ ; │││┌ @ pointer.jl:314 within `+` %23 = getelementptr i8, ptr %21, i64 %22 ; │└└└ ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:50 within `vload` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:50 @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:51 ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:477 within `load` ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:486 within `macro expansion` %res.i141 = load <4 x double>, ptr %23, align 8 ; └└└└ ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:112 within `vstorec` ; │┌ @ abstractarray.jl:1272 within `pointer` @ abstractarray.jl:1269 ; ││┌ @ pointer.jl:63 within `cconvert` %24 = load ptr, ptr %0, align 8 ; ││└ ; ││ @ abstractarray.jl:1272 within `pointer` ; ││┌ @ abstractarray.jl:1276 within `_memory_offset` ; │││┌ @ int.jl:88 within `*` %25 = shl i64 %16, 3 ; ││└└ ; ││┌ @ pointer.jl:314 within `+` %26 = getelementptr i8, ptr %24, i64 %25 ; │└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:113 within `vstorec` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:105 ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:663 within `maskedcompressstore` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:680 within `macro expansion` %mask.i = trunc <4 x i8> %res.i to <4 x i1> call void @llvm.masked.compressstore.v4f64(<4 x double> %res.i141, ptr %26, <4 x i1> %mask.i) ; └└└ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:948 ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/simdvec.jl:496 within `sum` ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/simdvec.jl:486 within `reduce` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:1099 within `reduce_add` ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:1129 within `macro expansion` %maski.i = bitcast <4 x i1> %mask.i to i4 %maskipopcnt.i = call range(i4 0, 5) i4 @llvm.ctpop.i4(i4 %maski.i) %res.i143 = zext nneg i4 %maskipopcnt.i to i64 ; └└└└ ; ┌ @ int.jl:87 within `+` %27 = add i64 %value_phi10247, %res.i143 ; └ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:949 ; ┌ @ int.jl:87 within `+` %28 = add nuw i64 %value_phi11248, 4 ; └ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:945 ; ┌ @ int.jl:560 within `<=` %.not144 = icmp sgt i64 %28, %5 ; └ br i1 %.not144, label %L189.preheader.loopexit, label %L37 L197: ; preds = %L251, %L197.lr.ph %value_phi53279 = phi i64 [ %value_phi11.lcssa, %L197.lr.ph ], [ %45, %L251 ] %value_phi52278 = phi i64 [ %value_phi10.lcssa, %L197.lr.ph ], [ %value_phi125, %L251 ] ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:952 ; ┌ @ essentials.jl:1003 within `getindex` ; │┌ @ essentials.jl:385 within `checkbounds` @ essentials.jl:381 %29 = add i64 %value_phi53279, -1 %.not155 = icmp ult i64 %29, %.size59.0.copyload ; ││ @ essentials.jl:385 within `checkbounds` br i1 %.not155, label %L209, label %L206 L206: ; preds = %L197 ; │└ store i64 %value_phi53279, ptr %"new::Tuple56", align 1 ; │┌ @ essentials.jl:385 within `checkbounds` call void @j_throw_boundserror_19434(ptr nonnull %2, ptr nocapture nonnull readonly %"new::Tuple56") #6 unreachable L209: ; preds = %L197 ; │└ ; │ @ essentials.jl:1004 within `getindex` %memory_len = load i64, ptr %memoryref_mem, align 8 %30 = shl nuw i64 %memory_len, 1 %31 = add i64 %memory_len, %29 %memoryref_ovflw.not = icmp ult i64 %31, %30 %memoryref_data_byteoffset = getelementptr i8, ptr %memoryref_data, i64 %29 %memory_data = load ptr, ptr %memory_data_ptr, align 8 %32 = ptrtoint ptr %memory_data to i64 %33 = ptrtoint ptr %memoryref_data_byteoffset to i64 %34 = sub i64 %33, %32 %memoryref_isinbounds = icmp ult i64 %34, %memory_len %"memoryref_isinbounds¬ovflw" = and i1 %memoryref_ovflw.not, %memoryref_isinbounds br i1 %"memoryref_isinbounds¬ovflw", label %load, label %oob L216: ; preds = %load ; └ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:953 ; ┌ @ essentials.jl:1003 within `getindex` ; │┌ @ essentials.jl:385 within `checkbounds` @ essentials.jl:381 %.not158 = icmp ult i64 %29, %.size55.0.copyload ; ││ @ essentials.jl:385 within `checkbounds` br i1 %.not158, label %L228, label %L225 L225: ; preds = %L216 ; │└ store i64 %value_phi53279, ptr %"new::Tuple66", align 1 ; │┌ @ essentials.jl:385 within `checkbounds` call void @j_throw_boundserror_19433(ptr nonnull %4, ptr nocapture nonnull readonly %"new::Tuple66") #6 unreachable L228: ; preds = %L216 ; │└ ; │ @ essentials.jl:1004 within `getindex` %memory_len75 = load i64, ptr %memoryref_mem91, align 8 %35 = shl nuw nsw i64 %memory_len75, 1 %36 = add i64 %memory_len75, %29 %memoryref_ovflw76.not = icmp ult i64 %36, %35 %memoryref_byteoffset77 = shl i64 %29, 3 %memoryref_data_byteoffset78 = getelementptr i8, ptr %memoryref_data72, i64 %memoryref_byteoffset77 %memory_data81 = load ptr, ptr %memory_data_ptr80, align 8 %37 = ptrtoint ptr %memory_data81 to i64 %38 = ptrtoint ptr %memoryref_data_byteoffset78 to i64 %39 = sub i64 %38, %37 %memoryref_bytelen82 = shl nuw nsw i64 %memory_len75, 3 %memoryref_isinbounds83 = icmp ult i64 %39, %memoryref_bytelen82 %"memoryref_isinbounds¬ovflw84" = and i1 %memoryref_ovflw76.not, %memoryref_isinbounds83 br i1 %"memoryref_isinbounds¬ovflw84", label %idxend89, label %oob85 L242: ; preds = %idxend89 ; └ ; ┌ @ array.jl:1020 within `setindex!` ; │┌ @ array.jl:1024 within `_setindex!` store i64 %value_phi52278, ptr %"new::Tuple126", align 8 call void @j_throw_boundserror_19433(ptr nonnull %0, ptr nocapture nonnull readonly %"new::Tuple126") #6 unreachable L245: ; preds = %idxend89 ; ││ @ array.jl:1025 within `_setindex!` %memory_len103 = load i64, ptr %memoryref_mem120, align 8 %40 = shl nuw nsw i64 %memory_len103, 1 %41 = add i64 %memory_len103, %51 %memoryref_ovflw104.not = icmp ult i64 %41, %40 %memoryref_byteoffset105 = shl i64 %51, 3 %memoryref_data_byteoffset106 = getelementptr i8, ptr %memoryref_data100, i64 %memoryref_byteoffset105 %memory_data109 = load ptr, ptr %memory_data_ptr108, align 8 %42 = ptrtoint ptr %memory_data109 to i64 %43 = ptrtoint ptr %memoryref_data_byteoffset106 to i64 %44 = sub i64 %43, %42 %memoryref_bytelen110 = shl nuw nsw i64 %memory_len103, 3 %memoryref_isinbounds111 = icmp ult i64 %44, %memoryref_bytelen110 %"memoryref_isinbounds¬ovflw112" = and i1 %memoryref_ovflw104.not, %memoryref_isinbounds111 br i1 %"memoryref_isinbounds¬ovflw112", label %idxend118, label %oob113 L251: ; preds = %idxend118, %load %value_phi125 = phi i64 [ %52, %idxend118 ], [ %value_phi52278, %load ] ; └└ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:956 ; ┌ @ int.jl:87 within `+` %45 = add i64 %value_phi53279, 1 ; └ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:951 ; ┌ @ int.jl:560 within `<=` %.not154 = icmp sgt i64 %45, %.size55.0.copyload ; └ br i1 %.not154, label %L258, label %L197 L255: ; preds = %L27, %top ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 %46 = call [1 x ptr] @j_AssertionError_19435(ptr nonnull @"jl_global#19436.jit") %gc_slot_addr_0 = getelementptr inbounds nuw i8, ptr %gcframe2, i64 16 %47 = extractvalue [1 x ptr] %46, 0 store ptr %47, ptr %gc_slot_addr_0, align 8 %ptls_field = getelementptr inbounds nuw i8, ptr %tls_pgcstack, i64 16 %ptls_load = load ptr, ptr %ptls_field, align 8 %"box::AssertionError" = call noalias nonnull align 8 dereferenceable(16) ptr @ijl_gc_small_alloc(ptr %ptls_load, i32 360, i32 16, i64 135101181182544) #14 %"box::AssertionError.tag_addr" = getelementptr inbounds i8, ptr %"box::AssertionError", i64 -8 store atomic i64 135101181182544, ptr %"box::AssertionError.tag_addr" unordered, align 8 store ptr %47, ptr %"box::AssertionError", align 8 store ptr null, ptr %gc_slot_addr_0, align 8 call void @ijl_throw(ptr nonnull %"box::AssertionError") unreachable L258: ; preds = %L251, %L189.preheader %frame.prev485 = load ptr, ptr %frame.prev, align 8 store ptr %frame.prev485, ptr %tls_pgcstack, align 8 ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:958 ret ptr %0 oob: ; preds = %L209 %gc_slot_addr_0462 = getelementptr inbounds nuw i8, ptr %gcframe2, i64 16 store ptr %memoryref_mem, ptr %gc_slot_addr_0462, align 8 ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:952 ; ┌ @ essentials.jl:1004 within `getindex` %ptls_field474 = getelementptr inbounds nuw i8, ptr %tls_pgcstack, i64 16 %ptls_load475 = load ptr, ptr %ptls_field474, align 8 %"box::GenericMemoryRef" = call noalias nonnull align 8 dereferenceable(32) ptr @ijl_gc_small_alloc(ptr %ptls_load475, i32 408, i32 32, i64 135101242521152) #14 %"box::GenericMemoryRef.tag_addr" = getelementptr inbounds i8, ptr %"box::GenericMemoryRef", i64 -8 store atomic i64 135101242521152, ptr %"box::GenericMemoryRef.tag_addr" unordered, align 8 store ptr %memoryref_data, ptr %"box::GenericMemoryRef", align 8 %.repack156 = getelementptr inbounds nuw i8, ptr %"box::GenericMemoryRef", i64 8 store ptr %memoryref_mem, ptr %.repack156, align 8 store ptr null, ptr %gc_slot_addr_0462, align 8 call void @ijl_bounds_error_int(ptr nonnull %"box::GenericMemoryRef", i64 %value_phi53279) unreachable load: ; preds = %L209 %48 = load i8, ptr %memoryref_data_byteoffset, align 1 %49 = trunc i8 %48 to i1 ; └ br i1 %49, label %L216, label %L251 oob85: ; preds = %L228 %gc_slot_addr_0464 = getelementptr inbounds nuw i8, ptr %gcframe2, i64 16 store ptr %memoryref_mem91, ptr %gc_slot_addr_0464, align 8 ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:953 ; ┌ @ essentials.jl:1004 within `getindex` %ptls_field478 = getelementptr inbounds nuw i8, ptr %tls_pgcstack, i64 16 %ptls_load479 = load ptr, ptr %ptls_field478, align 8 %"box::GenericMemoryRef88" = call noalias nonnull align 8 dereferenceable(32) ptr @ijl_gc_small_alloc(ptr %ptls_load479, i32 408, i32 32, i64 135101242448672) #14 %"box::GenericMemoryRef88.tag_addr" = getelementptr inbounds i8, ptr %"box::GenericMemoryRef88", i64 -8 store atomic i64 135101242448672, ptr %"box::GenericMemoryRef88.tag_addr" unordered, align 8 store ptr %memoryref_data72, ptr %"box::GenericMemoryRef88", align 8 %.repack159 = getelementptr inbounds nuw i8, ptr %"box::GenericMemoryRef88", i64 8 store ptr %memoryref_mem91, ptr %.repack159, align 8 store ptr null, ptr %gc_slot_addr_0464, align 8 call void @ijl_bounds_error_int(ptr nonnull %"box::GenericMemoryRef88", i64 %value_phi53279) unreachable idxend89: ; preds = %L228 %50 = load double, ptr %memoryref_data_byteoffset78, align 8 ; └ ; ┌ @ array.jl:1020 within `setindex!` ; │┌ @ array.jl:1024 within `_setindex!` ; ││┌ @ essentials.jl:381 within `checkbounds` %51 = add i64 %value_phi52278, -1 %.not161 = icmp ult i64 %51, %.size97.0.copyload ; ││└ br i1 %.not161, label %L245, label %L242 oob113: ; preds = %L245 %gc_slot_addr_0466 = getelementptr inbounds nuw i8, ptr %gcframe2, i64 16 store ptr %memoryref_mem120, ptr %gc_slot_addr_0466, align 8 ; ││ @ array.jl:1025 within `_setindex!` %ptls_field482 = getelementptr inbounds nuw i8, ptr %tls_pgcstack, i64 16 %ptls_load483 = load ptr, ptr %ptls_field482, align 8 %"box::GenericMemoryRef117" = call noalias nonnull align 8 dereferenceable(32) ptr @ijl_gc_small_alloc(ptr %ptls_load483, i32 408, i32 32, i64 135101242448672) #14 %"box::GenericMemoryRef117.tag_addr" = getelementptr inbounds i8, ptr %"box::GenericMemoryRef117", i64 -8 store atomic i64 135101242448672, ptr %"box::GenericMemoryRef117.tag_addr" unordered, align 8 store ptr %memoryref_data100, ptr %"box::GenericMemoryRef117", align 8 %.repack162 = getelementptr inbounds nuw i8, ptr %"box::GenericMemoryRef117", i64 8 store ptr %memoryref_mem120, ptr %.repack162, align 8 store ptr null, ptr %gc_slot_addr_0466, align 8 call void @ijl_bounds_error_int(ptr nonnull %"box::GenericMemoryRef117", i64 %value_phi52278) unreachable idxend118: ; preds = %L245 store double %50, ptr %memoryref_data_byteoffset106, align 8 ; └└ ; @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:954 ; ┌ @ int.jl:87 within `+` %52 = add i64 %value_phi52278, 1 br label %L251 ; └ } .file "vcompress!" .section .ltext,"axl",@progbits .globl "japi1_vcompress!_19438" # -- Begin function japi1_vcompress!_19438 .p2align 4 .type "japi1_vcompress!_19438",@function "japi1_vcompress!_19438": # @"japi1_vcompress!_19438" ; Function Signature: vcompress!(Array{Float64, 1}, Array{Bool, 1}, Array{Float64, 1}) ; ┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:939 within `vcompress!` # %bb.0: # %top #DEBUG_VALUE: vcompress!:dest <- undef #DEBUG_VALUE: vcompress!:pred <- undef #DEBUG_VALUE: vcompress!:src <- undef push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 184 vxorps xmm0, xmm0, xmm0 #APP mov rax, qword ptr fs:[0] #NO_APP lea rcx, [rbp - 80] vmovaps xmmword ptr [rbp - 80], xmm0 mov qword ptr [rbp - 64], 0 mov qword ptr [rbp - 224], rsi mov r14, qword ptr [rax - 8] mov qword ptr [rbp - 80], 4 mov rax, qword ptr [r14] mov qword ptr [rbp - 72], rax mov qword ptr [r14], rcx mov rdi, qword ptr [rsi + 16] mov rax, qword ptr [rsi] ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 ; │┌ @ abstractarray.jl:102 within `axes` ; ││┌ @ essentials.jl:10 within `size` mov rdx, qword ptr [rdi + 16] ; │└└ ; │┌ @ tuple.jl:543 within `==` ; ││┌ @ tuple.jl:547 within `_eq` ; │││┌ @ range.jl:1142 within `==` @ promotion.jl:637 cmp qword ptr [rax + 16], rdx ; │└└└ jne .LBB0_36 # %bb.1: # %L27 mov rcx, qword ptr [rsi + 8] ; │┌ @ tuple.jl:543 within `==` ; ││┌ @ tuple.jl:547 within `_eq` ; │││┌ @ range.jl:1142 within `==` @ promotion.jl:637 cmp rdx, qword ptr [rcx + 16] ; │└└└ jne .LBB0_36 # %bb.2: # %L29 mov qword ptr [rbp - 48], r14 # 8-byte Spill ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:941 ; │┌ @ int.jl:87 within `+` lea rsi, [rdx - 3] mov r14d, 1 ; │└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:945 ; │┌ @ int.jl:560 within `<=` test rsi, rsi ; │└ jle .LBB0_3 # %bb.9: # %L37.preheader xor edx, edx movabs r8, 9223372036854775804 jmp .LBB0_10 .p2align 4 .LBB0_25: # %else29 # in Loop: Header=BB0_10 Depth=1 ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:948 ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/simdvec.jl:496 within `sum` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/simdvec.jl:486 within `reduce` ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:1099 within `reduce_add` ; ││││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:1129 within `macro expansion` popcnt r9d, r10d ; │└└└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:945 ; │┌ @ int.jl:560 within `<=` add rdx, 5 ; │└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:948 ; │┌ @ int.jl:87 within `+` add r14, r9 ; │└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:945 ; │┌ @ int.jl:560 within `<=` cmp rdx, rsi mov rdx, rbx ; │└ jg .LBB0_4 .LBB0_10: # %L37 # =>This Inner Loop Header: Depth=1 ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:946 ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:306 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:281 within `_preprocessindices` ; │││┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; ││││┌ @ abstractarray.jl:394 within `eachindex` ; │││││┌ @ essentials.jl:11 within `length` ; ││││││┌ @ essentials.jl:10 within `size` lea r9, [rdx + 1] ; ││││└└└ ; ││││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:230 within `checkindex` ; │││││┌ @ int.jl:560 within `<=` test r9, r9 ; │││││└ jle .LBB0_44 # %bb.11: # %L37 # in Loop: Header=BB0_10 Depth=1 mov r10, qword ptr [rcx + 16] lea rbx, [rdx + 4] cmp rbx, r10 jg .LBB0_44 # %bb.12: # %L59 # in Loop: Header=BB0_10 Depth=1 ; ││└└└ ; ││ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:291 within `_pointer` ; │││┌ @ indices.jl:556 within `getindex` ; ││││┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; │││││┌ @ abstractarray.jl:753 within `checkindex` ; ││││││┌ @ int.jl:559 within `<` cmp rdx, r10 ; │││││└└ ; │││││ @ essentials.jl:385 within `checkbounds` jae .LBB0_45 # %bb.13: # %L104 # in Loop: Header=BB0_10 Depth=1 ; │└└└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:947 ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:306 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:281 within `_preprocessindices` ; │││┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; ││││┌ @ abstractarray.jl:394 within `eachindex` ; │││││┌ @ essentials.jl:11 within `length` ; ││││││┌ @ essentials.jl:10 within `size` mov r10, qword ptr [rdi + 16] ; ││││└└└ ; ││││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:230 within `checkindex` ; │││││┌ @ int.jl:560 within `<=` cmp rbx, r10 ; ││││└└ ; ││││ @ essentials.jl:385 within `checkbounds` jg .LBB0_46 # %bb.14: # %L110 # in Loop: Header=BB0_10 Depth=1 ; ││└└ ; ││ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:291 within `_pointer` ; │││┌ @ indices.jl:556 within `getindex` ; ││││┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; │││││┌ @ abstractarray.jl:753 within `checkindex` ; ││││││┌ @ int.jl:559 within `<` cmp rdx, r10 ; │││││└└ ; │││││ @ essentials.jl:385 within `checkbounds` jae .LBB0_47 # %bb.15: # %L129 # in Loop: Header=BB0_10 Depth=1 ; │└└└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:0 mov r9, qword ptr [rcx] ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:947 ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:110 within `vstorec` ; ││┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; │││┌ @ abstractarray.jl:394 within `eachindex` ; ││││┌ @ essentials.jl:11 within `length` ; │││││┌ @ essentials.jl:10 within `size` mov r15, qword ptr [rax + 16] ; ││└└└└ ; ││┌ @ int.jl:86 within `-` lea r10, [r14 + 3] ; ││└ ; ││┌ @ range.jl:5 within `Colon` ; │││┌ @ range.jl:417 within `UnitRange` ; ││││┌ @ range.jl:428 within `unitrange_last` ; │││││┌ @ operators.jl:479 within `>=` ; ││││││┌ @ int.jl:560 within `<=` cmp r14, r8 ; │└└└└└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:0 vmovd xmm1, dword ptr [r9 + rdx] # xmm1 = mem[0],zero,zero,zero ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:947 ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:110 within `vstorec` ; ││┌ @ range.jl:5 within `Colon` ; │││┌ @ range.jl:417 within `UnitRange` ; ││││┌ @ range.jl:428 within `unitrange_last` lea r9, [r14 - 1] cmovg r10, r9 ; ││└└└ ; ││┌ @ essentials.jl:385 within `checkbounds` @ abstractarray.jl:692 ; │││┌ @ abstractarray.jl:756 within `checkindex` @ abstractarray.jl:753 ; ││││┌ @ int.jl:559 within `<` cmp r9, r15 ; ││││└ ; ││││┌ @ int.jl:86 within `-` lea r12, [r10 - 1] ; ││││└ ; ││││┌ @ int.jl:559 within `<` setb r11b cmp r12, r15 setb r15b ; ││││└ ; ││││ @ abstractarray.jl:756 within `checkindex` ; ││││┌ @ range.jl:697 within `isempty` ; │││││┌ @ operators.jl:424 within `>` ; ││││││┌ @ int.jl:83 within `<` cmp r10, r14 ; │││└└└└ ; │││ @ essentials.jl:385 within `checkbounds` jl .LBB0_17 # %bb.16: # %L129 # in Loop: Header=BB0_10 Depth=1 and r11b, r15b je .LBB0_48 .LBB0_17: # %L171 # in Loop: Header=BB0_10 Depth=1 ; │└└ ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:291 within `_pointer` ; │││┌ @ abstractarray.jl:1272 within `pointer` @ abstractarray.jl:1269 ; ││││┌ @ pointer.jl:63 within `cconvert` mov r10, qword ptr [rdi] ; │└└└└ ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:112 within `vstorec` ; ││┌ @ abstractarray.jl:1272 within `pointer` ; │││┌ @ abstractarray.jl:1276 within `_memory_offset` ; ││││┌ @ int.jl:88 within `*` shl r9, 3 ; │││└└ ; │││┌ @ pointer.jl:314 within `+` add r9, qword ptr [rax] ; ││└└ ; ││ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:113 within `vstorec` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:105 ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:663 within `maskedcompressstore` ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:680 within `macro expansion` vpmovzxbd xmm1, xmm1 # xmm1 = xmm1[0],zero,zero,zero,xmm1[1],zero,zero,zero,xmm1[2],zero,zero,zero,xmm1[3],zero,zero,zero vpslld xmm1, xmm1, 31 ; │└└└ ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:50 within `vload` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:50 @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:51 ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:477 within `load` ; ││││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:486 within `macro expansion` vmovups ymm0, ymmword ptr [r10 + 8*rdx] ; │└└└└ ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:113 within `vstorec` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:105 ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:663 within `maskedcompressstore` ; │││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:680 within `macro expansion` vmovmskps r10d, xmm1 test r10b, 1 jne .LBB0_18 # %bb.19: # %else # in Loop: Header=BB0_10 Depth=1 test r10b, 2 jne .LBB0_20 .LBB0_21: # %else23 # in Loop: Header=BB0_10 Depth=1 test r10b, 4 jne .LBB0_22 .LBB0_23: # %else26 # in Loop: Header=BB0_10 Depth=1 test r10b, 8 je .LBB0_25 jmp .LBB0_24 .p2align 4 .LBB0_18: # %cond.store # in Loop: Header=BB0_10 Depth=1 vmovlps qword ptr [r9], xmm0 add r9, 8 test r10b, 2 je .LBB0_21 .LBB0_20: # %cond.store22 # in Loop: Header=BB0_10 Depth=1 vmovhps qword ptr [r9], xmm0 add r9, 8 test r10b, 4 je .LBB0_23 .LBB0_22: # %cond.store25 # in Loop: Header=BB0_10 Depth=1 vextractf128 xmm1, ymm0, 1 vmovlps qword ptr [r9], xmm1 add r9, 8 test r10b, 8 je .LBB0_25 .LBB0_24: # %cond.store28 # in Loop: Header=BB0_10 Depth=1 vextractf128 xmm0, ymm0, 1 vmovhps qword ptr [r9], xmm0 jmp .LBB0_25 .LBB0_4: # %L189.preheader.loopexit mov rdx, qword ptr [rdi + 16] ; ││└└ ; ││ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:113 within `vstorec` inc rbx ; │└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:951 ; │┌ @ int.jl:560 within `<=` cmp rbx, rdx ; │└ jg .LBB0_43 jmp .LBB0_6 .LBB0_3: mov ebx, 1 ; │┌ @ int.jl:560 within `<=` cmp rbx, rdx ; │└ jle .LBB0_6 .LBB0_43: # %L258 mov rcx, qword ptr [rbp - 72] mov rdx, qword ptr [rbp - 48] # 8-byte Reload mov qword ptr [rdx], rcx ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:958 add rsp, 184 pop rbx pop r12 pop r13 pop r14 pop r15 pop rbp vzeroupper ret .LBB0_6: # %L197.lr.ph mov r10, qword ptr [rdi + 8] mov r8, qword ptr [rcx] mov r9, qword ptr [rdi] mov rsi, qword ptr [rcx + 16] mov r13, qword ptr [rcx + 8] mov r12, qword ptr [rax + 8] mov qword ptr [rbp - 120], r10 # 8-byte Spill mov r10, qword ptr [rax + 16] mov qword ptr [rbp - 104], r8 # 8-byte Spill dec r8 mov qword ptr [rbp - 128], rsi # 8-byte Spill mov qword ptr [rbp - 88], r9 # 8-byte Spill mov qword ptr [rbp - 112], r10 # 8-byte Spill mov r10, qword ptr [rax] mov qword ptr [rbp - 96], r10 # 8-byte Spill ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:951 lea r10, [r9 + 8*rbx - 8] jmp .LBB0_7 .p2align 4 .LBB0_38: # in Loop: Header=BB0_7 Depth=1 mov r12, rsi .LBB0_42: # %L251 # in Loop: Header=BB0_7 Depth=1 ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:956 ; │┌ @ int.jl:87 within `+` inc rbx ; │└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:951 ; │┌ @ int.jl:560 within `<=` add r10, 8 cmp rbx, rdx ; │└ jg .LBB0_43 .LBB0_7: # %L197 # =>This Inner Loop Header: Depth=1 ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:952 ; │┌ @ essentials.jl:1003 within `getindex` ; ││┌ @ essentials.jl:385 within `checkbounds` @ essentials.jl:381 lea r11, [rbx - 1] cmp r11, qword ptr [rbp - 128] # 8-byte Folded Reload ; │││ @ essentials.jl:385 within `checkbounds` jae .LBB0_8 # %bb.26: # %L209 # in Loop: Header=BB0_7 Depth=1 ; ││└ ; ││ @ essentials.jl:1004 within `getindex` mov r9, qword ptr [r13] mov rsi, r12 lea r15, [r9 + r9] lea r12, [rbx + r9 - 1] cmp r12, r15 jae .LBB0_28 # %bb.27: # %L209 # in Loop: Header=BB0_7 Depth=1 lea r15, [r8 + rbx] sub r15, qword ptr [r13 + 8] cmp r15, r9 jae .LBB0_28 # %bb.37: # %load # in Loop: Header=BB0_7 Depth=1 mov r9, qword ptr [rbp - 104] # 8-byte Reload ; │└ test byte ptr [r9 + rbx - 1], 1 je .LBB0_38 # %bb.29: # %L216 # in Loop: Header=BB0_7 Depth=1 mov r12, qword ptr [rbp - 120] # 8-byte Reload ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:953 ; │┌ @ essentials.jl:1003 within `getindex` ; ││┌ @ essentials.jl:385 within `checkbounds` @ essentials.jl:381 cmp r11, rdx ; │││ @ essentials.jl:385 within `checkbounds` jae .LBB0_49 # %bb.30: # %L228 # in Loop: Header=BB0_7 Depth=1 ; ││└ ; ││ @ essentials.jl:1004 within `getindex` mov r9, qword ptr [r12] lea r11, [r9 + r9] lea r15, [rbx + r9 - 1] cmp r15, r11 jae .LBB0_32 # %bb.31: # %L228 # in Loop: Header=BB0_7 Depth=1 mov r11, r10 sub r11, qword ptr [r12 + 8] shl r9, 3 cmp r11, r9 jae .LBB0_32 # %bb.39: # %idxend89 # in Loop: Header=BB0_7 Depth=1 ; │└ ; │┌ @ array.jl:1020 within `setindex!` ; ││┌ @ array.jl:1024 within `_setindex!` ; │││┌ @ essentials.jl:381 within `checkbounds` lea r11, [r14 - 1] cmp r11, qword ptr [rbp - 112] # 8-byte Folded Reload ; │││└ jae .LBB0_40 # %bb.33: # %L245 # in Loop: Header=BB0_7 Depth=1 ; │││ @ array.jl:1025 within `_setindex!` mov r9, qword ptr [rsi] lea r15, [r9 + r9] lea r12, [r9 + r11] cmp r12, r15 mov r12, rsi jae .LBB0_35 # %bb.34: # %L245 # in Loop: Header=BB0_7 Depth=1 mov r15, qword ptr [rbp - 96] # 8-byte Reload shl r9, 3 lea r11, [r15 + 8*r11] mov r15, r11 sub r15, qword ptr [r12 + 8] cmp r15, r9 jae .LBB0_35 # %bb.41: # %idxend118 # in Loop: Header=BB0_7 Depth=1 mov r9, qword ptr [rbp - 88] # 8-byte Reload ; │└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:954 ; │┌ @ int.jl:87 within `+` inc r14 ; │└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:953 vmovsd xmm0, qword ptr [r9 + 8*rbx - 8] # xmm0 = mem[0],zero ; │┌ @ array.jl:1020 within `setindex!` ; ││┌ @ array.jl:1025 within `_setindex!` vmovsd qword ptr [r11], xmm0 jmp .LBB0_42 .LBB0_46: # %L106 ; │└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:947 ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:306 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:281 within `_preprocessindices` ; │││┌ @ essentials.jl:385 within `checkbounds` movabs rax, offset j_throw_boundserror_19448 lea rsi, [rbp - 176] ; │││└ mov qword ptr [rbp - 176], r9 ; │││┌ @ essentials.jl:385 within `checkbounds` vzeroupper call rax .LBB0_48: # %L168 ; │└└└ ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:110 within `vstorec` ; ││┌ @ essentials.jl:385 within `checkbounds` movabs rcx, offset j_throw_boundserror_19446 lea rsi, [rbp - 216] mov rdi, rax ; ││└ ; ││┌ @ range.jl:5 within `Colon` ; │││┌ @ range.jl:417 within `UnitRange` mov qword ptr [rbp - 208], r10 mov qword ptr [rbp - 216], r14 ; ││└└ ; ││┌ @ essentials.jl:385 within `checkbounds` vzeroupper call rcx .LBB0_47: # %L125 ; │└└ ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:291 within `_pointer` ; │││┌ @ indices.jl:556 within `getindex` ; ││││┌ @ essentials.jl:385 within `checkbounds` movabs rax, offset j_throw_boundserror_19447 lea rdi, [rbp - 168] lea rsi, [rbp - 160] ; │││└└ ; │││┌ @ indices.jl:532 within `LinearIndices` ; ││││┌ @ abstractarray.jl:102 within `axes` ; │││││┌ @ tuple.jl:357 within `map` ; ││││││┌ @ range.jl:488 within `unchecked_oneto` mov qword ptr [rbp - 168], r10 ; │││└└└└ ; │││┌ @ indices.jl:556 within `getindex` mov qword ptr [rbp - 160], r9 ; ││││┌ @ essentials.jl:385 within `checkbounds` vzeroupper call rax .LBB0_45: # %L74 ; │└└└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:946 ; │┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:307 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:291 within `_pointer` ; │││┌ @ indices.jl:556 within `getindex` ; ││││┌ @ essentials.jl:385 within `checkbounds` movabs rax, offset j_throw_boundserror_19447 lea rdi, [rbp - 192] lea rsi, [rbp - 184] ; │││└└ ; │││┌ @ indices.jl:532 within `LinearIndices` ; ││││┌ @ abstractarray.jl:102 within `axes` ; │││││┌ @ tuple.jl:357 within `map` ; ││││││┌ @ range.jl:488 within `unchecked_oneto` mov qword ptr [rbp - 192], r10 ; │││└└└└ ; │││┌ @ indices.jl:556 within `getindex` mov qword ptr [rbp - 184], r9 ; ││││┌ @ essentials.jl:385 within `checkbounds` vzeroupper call rax .LBB0_44: # %L55 ; ││└└└ ; ││ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:306 within `getindex` ; ││┌ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/arrayops.jl:281 within `_preprocessindices` ; │││┌ @ essentials.jl:385 within `checkbounds` movabs rax, offset j_throw_boundserror_19449 lea rsi, [rbp - 200] mov rdi, rcx ; │││└ mov qword ptr [rbp - 200], r9 ; │││┌ @ essentials.jl:385 within `checkbounds` vzeroupper call rax .LBB0_28: # %oob mov rax, qword ptr [rbp - 48] # 8-byte Reload mov qword ptr [rbp - 64], r13 movabs r14, 135101242448672 ; │└└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:952 ; │┌ @ essentials.jl:1004 within `getindex` mov esi, 408 mov edx, 32 add r14, 72480 mov rcx, r14 mov rdi, qword ptr [rax + 16] movabs rax, offset ijl_gc_small_alloc vzeroupper call rax mov rcx, qword ptr [rbp - 104] # 8-byte Reload mov qword ptr [rax - 8], r14 mov rdi, rax mov rsi, rbx mov qword ptr [rbp - 64], 0 mov qword ptr [rax], rcx movabs rcx, offset ijl_bounds_error_int mov qword ptr [rax + 8], r13 call rcx .LBB0_8: # %L206 ; ││ @ essentials.jl:1003 within `getindex` ; ││┌ @ essentials.jl:385 within `checkbounds` movabs rax, offset j_throw_boundserror_19453 lea rsi, [rbp - 152] mov rdi, rcx ; ││└ mov qword ptr [rbp - 152], rbx ; ││┌ @ essentials.jl:385 within `checkbounds` vzeroupper call rax .LBB0_35: # %oob113 mov rax, qword ptr [rbp - 48] # 8-byte Reload mov qword ptr [rbp - 64], r12 movabs rbx, 135101242448672 ; │└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:953 ; │┌ @ array.jl:1020 within `setindex!` ; ││┌ @ array.jl:1025 within `_setindex!` mov esi, 408 mov edx, 32 mov rcx, rbx mov rdi, qword ptr [rax + 16] movabs rax, offset ijl_gc_small_alloc vzeroupper call rax mov rcx, qword ptr [rbp - 96] # 8-byte Reload mov qword ptr [rax - 8], rbx mov rdi, rax mov rsi, r14 mov qword ptr [rbp - 64], 0 mov qword ptr [rax], rcx movabs rcx, offset ijl_bounds_error_int mov qword ptr [rax + 8], r12 call rcx .LBB0_32: # %oob85 mov rax, qword ptr [rbp - 48] # 8-byte Reload mov qword ptr [rbp - 64], r12 movabs r14, 135101242448672 ; │└└ ; │┌ @ essentials.jl:1004 within `getindex` mov esi, 408 mov edx, 32 mov rcx, r14 mov rdi, qword ptr [rax + 16] movabs rax, offset ijl_gc_small_alloc vzeroupper call rax mov rcx, qword ptr [rbp - 88] # 8-byte Reload mov qword ptr [rax - 8], r14 mov rdi, rax mov rsi, rbx mov qword ptr [rbp - 64], 0 mov qword ptr [rax], rcx movabs rcx, offset ijl_bounds_error_int mov qword ptr [rax + 8], r12 call rcx .LBB0_40: # %L242 ; │└ ; │┌ @ array.jl:1020 within `setindex!` ; ││┌ @ array.jl:1024 within `_setindex!` movabs rcx, offset j_throw_boundserror_19452 lea rsi, [rbp - 136] mov rdi, rax mov qword ptr [rbp - 136], r14 vzeroupper call rcx .LBB0_49: # %L225 ; │└└ ; │┌ @ essentials.jl:1003 within `getindex` ; ││┌ @ essentials.jl:385 within `checkbounds` movabs rax, offset j_throw_boundserror_19452 lea rsi, [rbp - 144] ; ││└ mov qword ptr [rbp - 144], rbx ; ││┌ @ essentials.jl:385 within `checkbounds` vzeroupper call rax .LBB0_36: # %L255 ; │└└ ; │ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 within `vcompress!` @ /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:940 movabs rdi, offset ".Ljl_global#19455.jit" movabs rax, offset j_AssertionError_19454 call rax mov qword ptr [rbp - 64], rax mov rbx, rax movabs rax, offset ijl_gc_small_alloc mov esi, 360 mov edx, 16 mov rdi, qword ptr [r14 + 16] movabs r14, 135101242448672 add r14, -61266128 mov rcx, r14 call rax movabs rcx, offset ijl_throw mov rdi, rax mov qword ptr [rax - 8], r14 mov qword ptr [rax], rbx mov qword ptr [rbp - 64], 0 call rcx .Lfunc_end0: .size "japi1_vcompress!_19438", .Lfunc_end0-"japi1_vcompress!_19438" ; └ # -- End function .set ".Ljl_global#19455.jit", 135100957953168 .size ".Ljl_global#19455.jit", 8 .set ".L+Core.AssertionError#19456.jit", 135101181182544 .size ".L+Core.AssertionError#19456.jit", 8 .set ".L+Core.GenericMemoryRef#19451.jit", 135101242448672 .size ".L+Core.GenericMemoryRef#19451.jit", 8 .set ".L+Core.GenericMemoryRef#19450.jit", 135101242521152 .size ".L+Core.GenericMemoryRef#19450.jit", 8 .section ".note.GNU-stack","",@progbits Test Summary: | Pass Total Time Real-world examples | 17 17 3.2s Test Summary: | Pass Total Time Vector shuffles | 222 222 2.0s Test Summary: | Pass Total Time Contiguous ReinterpretArrays load/store | 6 6 1.1s Test Summary: | Pass Total Time funnel shift | 6 6 0.1s Test Summary: | Pass Total Time fastmath min | 2 2 0.0s Test Summary: | Pass Total Time bitmask | 10 10 1.2s ERROR: LoadError: MethodError: no method matching Compiler.OverlayCodeCache(::Compiler.InternalCodeCache, ::Vector{Compiler.InferenceResult}) The type `Compiler.OverlayCodeCache` exists, but no method is defined for this combination of argument types when trying to construct it.  Closest candidates are:  Compiler.OverlayCodeCache(::Cache, !Matched::Compiler.InferenceCache) where Cache  @ Base /opt/julia/share/julia/Compiler/src/types.jl:552  Stacktrace:  [1] code_cache(interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}})  @ Compiler ./../usr/share/julia/Compiler/src/types.jl:586  [2] typeinf_ext(interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}, mi::Core.MethodInstance, source_mode::UInt8)  @ Compiler ./../usr/share/julia/Compiler/src/typeinfer.jl:1488  [3] typeinf_type(interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}, mi::Core.MethodInstance)  @ Compiler ./../usr/share/julia/Compiler/src/typeinfer.jl:1554  [4] typeinf_type(mi::Core.MethodInstance; interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}})  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/validation.jl:27  [5] kwcall(::@NamedTuple{interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}}, ::typeof(GPUCompiler.typeinf_type), mi::Core.MethodInstance)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/validation.jl:16  [6] check_method(job::GPUCompiler.CompilerJob)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/validation.jl:43  [7] compile_unhooked(output::Symbol, job::GPUCompiler.CompilerJob; kwargs::@Kwargs{})  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:86  [8] compile_unhooked(output::Symbol, job::GPUCompiler.CompilerJob)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:80  [9] compile(target::Symbol, job::GPUCompiler.CompilerJob; kwargs::@Kwargs{})  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:67  [10] compile(target::Symbol, job::GPUCompiler.CompilerJob)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:55  [11] (::GPUCompiler.var"#146#147"{GPUCompiler.CompilerJob{GPUCompiler.NativeCompilerTarget, GPUCompiler.var"##155".DummyCompilerParams}})(ctx::LLVM.Context)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:35  [12] JuliaContext(f::GPUCompiler.var"#146#147"{GPUCompiler.CompilerJob{GPUCompiler.NativeCompilerTarget, GPUCompiler.var"##155".DummyCompilerParams}}; kwargs::@Kwargs{})  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:34  [13] JuliaContext(f::Function)  @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:25  [14] macro expansion  @ ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:34 [inlined]  [15] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined]  [16] macro expansion  @ ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:25 [inlined]  [17] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:121 [inlined]  [18] top-level scope  @ ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:118  [19] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:310  [20] top-level scope  @ ~/.julia/packages/GPUCompiler/OCZFZ/src/GPUCompiler.jl:70  [21] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [22] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [23] top-level scope  @ stdin:5  [24] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [26] include_string  @ ./loading.jl:3140 [inlined]  [27] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [28] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:3 in expression starting at /home/pkgeval/.julia/packages/GPUCompiler/OCZFZ/src/GPUCompiler.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("61eb1bfa-7361-4325-ad38-22787b887f55"), "GPUCompiler") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using  @ ./module.jl:137 [inlined]  [11] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [12] top-level scope  @ ~/.julia/packages/OpenCL/Ugm6a/src/OpenCL.jl:3  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [18] include_string  @ ./loading.jl:3140 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [20] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/OpenCL/Ugm6a/src/OpenCL.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("08131aa3-fb12-5dee-8b74-c09406e224a2"), "OpenCL") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] top-level scope  @ ~/.julia/packages/Atomix/0UMek/ext/AtomixOpenCLExt.jl:5  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [17] include_string  @ ./loading.jl:3140 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [19] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/Atomix/0UMek/ext/AtomixOpenCLExt.jl:2 in expression starting at stdin:5 3 dependencies had output during precompilation: ┌ GPUCompiler │ ERROR: LoadError: MethodError: no method matching Compiler.OverlayCodeCache(::Compiler.InternalCodeCache, ::Vector{Compiler.InferenceResult}) │ The type `Compiler.OverlayCodeCache` exists, but no method is defined for this combination of argument types when trying to construct it. │ │ Closest candidates are: │ Compiler.OverlayCodeCache(::Cache, !Matched::Compiler.InferenceCache) where Cache │ @ Base /opt/julia/share/julia/Compiler/src/types.jl:552 │ │ Stacktrace: │ [1] code_cache(interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}) │ @ Compiler ./../usr/share/julia/Compiler/src/types.jl:586 │ [2] typeinf_ext(interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}, mi::Core.MethodInstance, source_mode::UInt8) │ @ Compiler ./../usr/share/julia/Compiler/src/typeinfer.jl:1488 │ [3] typeinf_type(interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}, mi::Core.MethodInstance) │ @ Compiler ./../usr/share/julia/Compiler/src/typeinfer.jl:1554 │ [4] typeinf_type(mi::Core.MethodInstance; interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}) │ @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/validation.jl:27 │ [5] kwcall(::@NamedTuple{interp::GPUCompiler.GPUInterpreter{Compiler.CachedMethodTable{Compiler.OverlayMethodTable}}}, ::typeof(GPUCompiler.typeinf_type), mi::Core.MethodInstance) │ @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/validation.jl:16 │ [6] check_method(job::GPUCompiler.CompilerJob) │ @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/validation.jl:43 │ [7] compile_unhooked(output::Symbol, job::GPUCompiler.CompilerJob; kwargs::@Kwargs{}) │ @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:86 │ [8] compile_unhooked(output::Symbol, job::GPUCompiler.CompilerJob) │ @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:80 │ [9] compile(target::Symbol, job::GPUCompiler.CompilerJob; kwargs::@Kwargs{}) │ @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:67 │ [10] compile(target::Symbol, job::GPUCompiler.CompilerJob) │ @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:55 │ [11] (::GPUCompiler.var"#146#147"{GPUCompiler.CompilerJob{GPUCompiler.NativeCompilerTarget, GPUCompiler.var"##155".DummyCompilerParams}})(ctx::LLVM.Context) │ @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:35 │ [12] JuliaContext(f::GPUCompiler.var"#146#147"{GPUCompiler.CompilerJob{GPUCompiler.NativeCompilerTarget, GPUCompiler.var"##155".DummyCompilerParams}}; kwargs::@Kwargs{}) │ @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:34 │ [13] JuliaContext(f::Function) │ @ GPUCompiler ~/.julia/packages/GPUCompiler/OCZFZ/src/driver.jl:25 │ [14] macro expansion │ @ ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:34 [inlined] │ [15] macro expansion │ @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined] │ [16] macro expansion │ @ ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:25 [inlined] │ [17] macro expansion │ @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:121 [inlined] │ [18] top-level scope │ @ ~/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:118 │ [19] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:310 │ [20] top-level scope │ @ ~/.julia/packages/GPUCompiler/OCZFZ/src/GPUCompiler.jl:70 │ [21] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [22] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) │ @ Base ./loading.jl:3288 │ [23] top-level scope │ @ stdin:5 │ [24] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [25] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3130 │ [26] include_string │ @ ./loading.jl:3140 [inlined] │ [27] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [28] _start() │ @ Base ./client.jl:585 │ in expression starting at /home/pkgeval/.julia/packages/GPUCompiler/OCZFZ/src/precompile.jl:3 │ in expression starting at /home/pkgeval/.julia/packages/GPUCompiler/OCZFZ/src/GPUCompiler.jl:1 │ in expression starting at stdin:5 └ ┌ Atomix → AtomixOpenCLExt │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("08131aa3-fb12-5dee-8b74-c09406e224a2"), "OpenCL") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:56 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2840 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2694 │ [4] macro expansion │ @ ./loading.jl:2621 [inlined] │ [5] macro expansion │ @ ./lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2585 │ [7] require │ @ ./loading.jl:2561 [inlined] │ [8] eval_import_path │ @ ./module.jl:36 [inlined] │ [9] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr}) │ @ Base ./module.jl:101 │ [11] top-level scope │ @ ~/.julia/packages/Atomix/0UMek/ext/AtomixOpenCLExt.jl:5 │ [12] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) │ @ Base ./loading.jl:3288 │ [14] top-level scope │ @ stdin:5 │ [15] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3130 │ [17] include_string │ @ ./loading.jl:3140 [inlined] │ [18] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [19] _start() │ @ Base ./client.jl:585 │ in expression starting at /home/pkgeval/.julia/packages/Atomix/0UMek/ext/AtomixOpenCLExt.jl:2 │ in expression starting at stdin:5 └ ┌ OpenCL │ [Output was shown above] └ ERROR: LoadError: The following 3 packages failed to precompile: GPUCompiler Failed to precompile GPUCompiler [61eb1bfa-7361-4325-ad38-22787b887f55] to "/home/pkgeval/.julia/compiled/v1.14/GPUCompiler/jl_lwRtkz" (ProcessExited(1)). Atomix → AtomixOpenCLExt Failed to precompile AtomixOpenCLExt [195ecfc1-2b2e-5e0c-a750-fc57061e7987] to "/home/pkgeval/.julia/compiled/v1.14/AtomixOpenCLExt/jl_Hlh3uw" (ProcessExited(1)). OpenCL Failed to precompile OpenCL [08131aa3-fb12-5dee-8b74-c09406e224a2] to "/home/pkgeval/.julia/compiled/v1.14/OpenCL/jl_2920VO" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/SIMD/UiGbs/test/opencl.jl:1 in expression starting at /home/pkgeval/.julia/packages/SIMD/UiGbs/test/runtests.jl:1101 Testing failed after 158.69s ERROR: LoadError: Package SIMD errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3138 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3003 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:586 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:562 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 286.05s: package fails to precompile