Package evaluation to test ManifoldsBase on Julia 1.11.8 (29b3528cce*) started at 2026-01-20T01:02:36.480 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.11` Set-up completed after 8.98s ################################################################################ # Installation # Installing ManifoldsBase... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [3362f125] + ManifoldsBase v2.3.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [3362f125] + ManifoldsBase v2.3.0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 4.86s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 7604.3 ms ✓ ManifoldsBase 2072.3 ms ✓ SparseMatrixColorings → SparseMatrixColoringsColorsExt 3077.1 ms ✓ LineSearch → LineSearchLineSearchesExt 102418.6 ms ✓ NonlinearSolveBase → NonlinearSolveBaseForwardDiffExt 1152.6 ms ✓ FastPower → FastPowerForwardDiffExt 8557.5 ms ✓ DifferentiationInterface → DifferentiationInterfaceForwardDiffExt 1650.8 ms ✓ RecursiveArrayTools → RecursiveArrayToolsForwardDiffExt 2807.5 ms ✓ PreallocationTools → PreallocationToolsForwardDiffExt 3399.4 ms ✓ SciMLBase → SciMLBaseForwardDiffExt 12780.9 ms ✓ BracketingNonlinearSolve → BracketingNonlinearSolveForwardDiffExt 7908.9 ms ✓ LinearSolve → LinearSolveForwardDiffExt 36189.5 ms ✓ ReverseDiff 3941.0 ms ✓ NonlinearSolveSpectralMethods → NonlinearSolveSpectralMethodsForwardDiffExt 5144.5 ms ✓ NonlinearSolveQuasiNewton → NonlinearSolveQuasiNewtonForwardDiffExt 3927.2 ms ✓ DiffEqBase → DiffEqBaseForwardDiffExt 14877.8 ms ✓ ManifoldsBase → ManifoldsBasePlotsExt 1870.4 ms ✓ ManifoldsBase → ManifoldsBaseRecursiveArrayToolsExt 851.2 ms ✓ ManifoldsBase → ManifoldsBaseStatisticsExt 887.1 ms ✓ ManifoldsBase → ManifoldsBaseQuaternionsExt 3679.4 ms ✓ BracketingNonlinearSolve → BracketingNonlinearSolveChainRulesCoreExt 41434.2 ms ✓ SimpleNonlinearSolve 130653.3 ms ✓ NonlinearSolveFirstOrder 8366.5 ms ✓ FastPower → FastPowerReverseDiffExt 54412.6 ms ✓ DifferentiationInterface → DifferentiationInterfaceReverseDiffExt 8560.0 ms ✓ ArrayInterface → ArrayInterfaceReverseDiffExt 8376.0 ms ✓ PreallocationTools → PreallocationToolsReverseDiffExt 69745.3 ms ✓ SciMLBase → SciMLBaseReverseDiffExt 13427.0 ms ✓ NonlinearSolveBase → NonlinearSolveBaseReverseDiffExt 56951.8 ms ✓ DiffEqBase → DiffEqBaseReverseDiffExt 44887.7 ms ✓ OrdinaryDiffEqDifferentiation 38466.0 ms ✓ SimpleNonlinearSolve → SimpleNonlinearSolveReverseDiffExt 3928.5 ms ✓ SimpleNonlinearSolve → SimpleNonlinearSolveChainRulesCoreExt 6671.4 ms ✓ OrdinaryDiffEqDifferentiation → OrdinaryDiffEqDifferentiationSparseArraysExt 59969.4 ms ? NonlinearSolve 10407.7 ms ✓ OrdinaryDiffEqExponentialRK 12235.5 ms ✓ OrdinaryDiffEqExtrapolation 52165.2 ms ✓ OrdinaryDiffEqRosenbrock 49320.8 ms ? OrdinaryDiffEqNonlinearSolve 22850.2 ms ✓ OrdinaryDiffEqStabilizedIRK 14036.8 ms ✓ OrdinaryDiffEqSDIRK 59040.1 ms ✓ OrdinaryDiffEqFIRK 10804.8 ms ✓ OrdinaryDiffEqIMEXMultistep 12416.1 ms ✓ OrdinaryDiffEqPDIRK 34583.7 ms ✓ OrdinaryDiffEqBDF 81179.5 ms ✓ OrdinaryDiffEqDefault 15979.5 ms ✓ OrdinaryDiffEq 44 dependencies successfully precompiled in 1149 seconds. 346 already precompiled. 2 dependencies failed but may be precompilable after restarting julia 2 dependencies had output during precompilation: ┌ OrdinaryDiffEqNonlinearSolve │ WARNING: Method definition (::Type{ChainRulesCore.ProjectTo{P, D} where D<:(NamedTuple{names, T} where T<:Tuple where names) where P})(SparseArrays.SparseMatrixCSC{T, Ti} where Ti<:Integer) where {T<:Number} in module ChainRulesCoreSparseArraysExt at /home/pkgeval/.julia/packages/ChainRulesCore/Vsbj9/ext/ChainRulesCoreSparseArraysExt.jl:53 overwritten in module ChainRulesCoreSparseArraysExt on the same line (check for duplicate calls to `include`). │ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. └ ┌ NonlinearSolve │ WARNING: Method definition adapt_storage(Type{Array{T, N} where N}, SparseArrays.SparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv) where {T} in module AdaptSparseArraysExt at /home/pkgeval/.julia/packages/Adapt/2UZ81/ext/AdaptSparseArraysExt.jl:9 overwritten in module AdaptSparseArraysExt on the same line (check for duplicate calls to `include`). │ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. └ Precompilation completed after 1160.69s ################################################################################ # Testing # Testing ManifoldsBase Status `/tmp/jl_ud9LZv/Project.toml` [4c88cf16] Aqua v0.8.14 [497a8b3b] DoubleFloats v1.5.0 ⌅ [f6369f11] ForwardDiff v0.10.39 [3362f125] ManifoldsBase v2.3.0 [1dea7af3] OrdinaryDiffEq v6.106.0 [91a5bcdd] Plots v1.41.4 [94ee1d12] Quaternions v0.7.7 [731186ca] RecursiveArrayTools v3.44.0 [37e2e3b7] ReverseDiff v1.16.2 [90137ffa] StaticArrays v1.9.16 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_ud9LZv/Manifest.toml` [47edcb42] ADTypes v1.21.0 [7d9f7c33] Accessors v0.1.43 [79e6a3ab] Adapt v4.4.0 [66dad0bd] AliasTables v1.1.3 [4c88cf16] Aqua v0.8.14 [4fba245c] ArrayInterface v7.22.0 [d1d4a3ce] BitFlags v0.1.9 [62783981] BitTwiddlingConvenienceFunctions v0.1.6 [70df07ce] BracketingNonlinearSolve v1.6.2 [2a0fbf3d] CPUSummary v0.2.7 [d360d2e6] ChainRulesCore v1.26.0 [fb6a15b2] CloseOpenIntervals v0.1.13 [944b1d66] CodecZlib v0.7.8 [35d6a980] ColorSchemes v3.31.0 [3da002f7] ColorTypes v0.12.1 [c3611d14] ColorVectorSpace v0.11.0 [5ae59095] Colors v0.13.1 [38540f10] CommonSolve v0.2.6 [bbf7d656] CommonSubexpressions v0.3.1 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.18.1 [a33af91c] CompositionsBase v0.1.2 [2569d6c7] ConcreteStructs v0.2.3 [f0e56b4a] ConcurrentUtilities v2.5.0 [187b0558] ConstructionBase v1.6.0 [d38c429a] Contour v0.6.3 [adafc99b] CpuId v0.3.1 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.3 [8bb1440f] DelimitedFiles v1.9.1 [2b5f629d] DiffEqBase v6.199.0 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [a0c0ee7d] DifferentiationInterface v0.7.14 [ffbed154] DocStringExtensions v0.9.5 [497a8b3b] DoubleFloats v1.5.0 [4e289a0a] EnumX v1.0.5 [f151be2c] EnzymeCore v0.8.18 [460bff9d] ExceptionUnwrapping v0.1.11 [d4d017d3] ExponentialUtilities v1.30.0 [e2ba6199] ExprTools v0.1.10 [55351af7] ExproniconLite v0.10.14 [c87230d0] FFMPEG v0.4.5 [7034ab61] FastBroadcast v0.3.5 [9aa1b823] FastClosures v0.3.2 [442a2c76] FastGaussQuadrature v1.1.0 [a4df4552] FastPower v1.3.0 [1a297f60] FillArrays v1.16.0 [6a86dc24] FiniteDiff v2.29.0 [53c48c17] FixedPointNumbers v0.8.5 [1fa38f19] Format v1.3.7 ⌅ [f6369f11] ForwardDiff v0.10.39 [069b7b12] FunctionWrappers v1.1.3 [77dc65aa] FunctionWrappersWrappers v0.1.3 [46192b85] GPUArraysCore v0.2.0 [28b8d3ca] GR v0.73.20 [14197337] GenericLinearAlgebra v0.3.19 [c145ed77] GenericSchur v0.5.6 [42e2da0e] Grisu v1.0.2 [cd3eb016] HTTP v1.10.19 [615f187c] IfElse v0.1.1 [3587e190] InverseFunctions v0.1.17 [92d709cd] IrrationalConstants v0.2.6 [82899510] IteratorInterfaceExtensions v1.0.0 [1019f520] JLFzf v0.1.11 [692b3bcd] JLLWrappers v1.7.1 [682c06a0] JSON v1.4.0 [ae98c720] Jieko v0.2.1 [ba0b0d4f] Krylov v0.10.3 [b964fa9f] LaTeXStrings v1.4.0 [23fbe1c1] Latexify v0.16.10 [10f19ff3] LayoutPointers v0.1.17 [87fe0de2] LineSearch v0.1.6 [d3d80556] LineSearches v7.6.0 [7ed4a6bd] LinearSolve v3.57.0 [2ab3a3ac] LogExpFunctions v0.3.29 [e6f89c97] LoggingExtras v1.2.0 [1914dd2f] MacroTools v0.5.16 [3362f125] ManifoldsBase v2.3.0 [d125e4d3] ManualMemory v0.1.8 [bb5d69b7] MaybeInplace v0.1.4 [739be429] MbedTLS v1.1.9 [442fdcdd] Measures v0.3.3 [e1d29d7a] Missings v1.2.0 [2e0e35c7] Moshi v0.3.7 [46d2c3a1] MuladdMacro v0.2.4 [d41bc354] NLSolversBase v8.0.0 [77ba4419] NaNMath v1.1.3 ⌃ [8913a72c] NonlinearSolve v4.12.0 [be0214bd] NonlinearSolveBase v2.9.2 [5959db7a] NonlinearSolveFirstOrder v1.11.0 [9a2c21bd] NonlinearSolveQuasiNewton v1.12.0 [26075421] NonlinearSolveSpectralMethods v1.6.0 [4d8831e6] OpenSSL v1.6.1 [bac558e1] OrderedCollections v1.8.1 [1dea7af3] OrdinaryDiffEq v6.106.0 [89bda076] OrdinaryDiffEqAdamsBashforthMoulton v1.9.0 [6ad6398a] OrdinaryDiffEqBDF v1.14.0 [bbf590c4] OrdinaryDiffEqCore v3.2.0 [50262376] OrdinaryDiffEqDefault v1.12.0 [4302a76b] OrdinaryDiffEqDifferentiation v1.22.0 [9286f039] OrdinaryDiffEqExplicitRK v1.8.0 [e0540318] OrdinaryDiffEqExponentialRK v1.12.0 [becaefa8] OrdinaryDiffEqExtrapolation v1.13.0 [5960d6e9] OrdinaryDiffEqFIRK v1.20.0 [101fe9f7] OrdinaryDiffEqFeagin v1.8.0 [d3585ca7] OrdinaryDiffEqFunctionMap v1.9.0 [d28bc4f8] OrdinaryDiffEqHighOrderRK v1.9.0 [9f002381] OrdinaryDiffEqIMEXMultistep v1.11.0 [521117fe] OrdinaryDiffEqLinear v1.10.0 [1344f307] OrdinaryDiffEqLowOrderRK v1.10.0 [b0944070] OrdinaryDiffEqLowStorageRK v1.11.0 [127b3ac7] OrdinaryDiffEqNonlinearSolve v1.19.0 [c9986a66] OrdinaryDiffEqNordsieck v1.8.0 [5dd0a6cf] OrdinaryDiffEqPDIRK v1.10.0 [5b33eab2] OrdinaryDiffEqPRK v1.8.0 [04162be5] OrdinaryDiffEqQPRK v1.8.0 [af6ede74] OrdinaryDiffEqRKN v1.9.0 [43230ef6] OrdinaryDiffEqRosenbrock v1.22.0 [2d112036] OrdinaryDiffEqSDIRK v1.11.0 [669c94d9] OrdinaryDiffEqSSPRK v1.11.0 [e3e12d00] OrdinaryDiffEqStabilizedIRK v1.10.0 [358294b1] OrdinaryDiffEqStabilizedRK v1.8.0 [fa646aed] OrdinaryDiffEqSymplecticRK v1.11.0 [b1df2697] OrdinaryDiffEqTsit5 v1.9.0 [79d7bb75] OrdinaryDiffEqVerner v1.10.0 [69de0a69] Parsers v2.8.3 [ccf2f8ad] PlotThemes v3.3.0 [995b91a9] PlotUtils v1.4.4 [91a5bcdd] Plots v1.41.4 [f517fe37] Polyester v0.7.18 [1d0040c9] PolyesterWeave v0.2.2 [f27b6e38] Polynomials v4.1.0 [d236fae5] PreallocationTools v1.0.0 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.5.1 [43287f4e] PtrArrays v1.3.0 [be4d8f0f] Quadmath v0.5.13 [94ee1d12] Quaternions v0.7.7 [c1ae055f] RealDot v0.1.0 [3cdcf5f2] RecipesBase v1.3.4 [01d81517] RecipesPipeline v0.6.12 [731186ca] RecursiveArrayTools v3.44.0 [189a3867] Reexport v1.2.2 [05181044] RelocatableFolders v1.0.1 [ae029012] Requires v1.3.1 [37e2e3b7] ReverseDiff v1.16.2 [7e49a35a] RuntimeGeneratedFunctions v0.5.16 [94e857df] SIMDTypes v0.1.0 [0bca4576] SciMLBase v2.134.0 [19f34311] SciMLJacobianOperators v0.1.12 [a6db7da4] SciMLLogging v1.8.0 [c0aeaf25] SciMLOperators v1.14.1 [431bcebd] SciMLPublic v1.0.1 [53ae85a6] SciMLStructures v1.10.0 [6c6a2e73] Scratch v1.3.0 [efcf1570] Setfield v1.1.2 [992d4aef] Showoff v1.0.3 [777ac1f9] SimpleBufferStream v1.2.0 [727e6d20] SimpleNonlinearSolve v2.10.0 [a2af1166] SortingAlgorithms v1.2.2 [0a514795] SparseMatrixColorings v0.4.23 [276daf66] SpecialFunctions v2.6.1 [860ef19b] StableRNGs v1.0.4 [aedffcd0] Static v1.3.1 [0d7ed370] StaticArrayInterface v1.8.0 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.10 [7792a7ef] StrideArraysCore v0.5.8 [ec057cc2] StructUtils v2.6.2 [2efcf032] SymbolicIndexingInterface v0.3.46 [62fd8b95] TensorCore v0.1.1 [8290d209] ThreadingUtilities v0.5.5 [a759f4b9] TimerOutputs v0.5.29 [3bb67fe8] TranscodingStreams v0.11.3 [781d530d] TruncatedStacktraces v1.4.0 [5c2747f8] URIs v1.6.1 [1cfade01] UnicodeFun v0.4.1 [41fe7b60] Unzip v0.2.0 [6e34b625] Bzip2_jll v1.0.9+0 [83423d85] Cairo_jll v1.18.5+0 [ee1fde0b] Dbus_jll v1.16.2+0 [2702e6a9] EpollShim_jll v0.0.20230411+1 [2e619515] Expat_jll v2.7.3+0 [b22a6f82] FFMPEG_jll v8.0.1+0 [a3f928ae] Fontconfig_jll v2.17.1+0 [d7e528f0] FreeType2_jll v2.13.4+0 [559328eb] FriBidi_jll v1.0.17+0 [0656b61e] GLFW_jll v3.4.1+0 [d2c73de3] GR_jll v0.73.20+0 [b0724c58] GettextRuntime_jll v0.22.4+0 [61579ee1] Ghostscript_jll v9.55.1+0 [7746bdde] Glib_jll v2.86.2+0 [3b182d85] Graphite2_jll v1.3.15+0 [2e76f6c2] HarfBuzz_jll v8.5.1+0 [1d5cc7b8] IntelOpenMP_jll v2025.2.0+0 [aacddb02] JpegTurbo_jll v3.1.4+0 [c1c5ebd0] LAME_jll v3.100.3+0 [88015f11] LERC_jll v4.0.1+0 [1d63c593] LLVMOpenMP_jll v18.1.8+0 [dd4b983a] LZO_jll v2.10.3+0 ⌅ [e9f186c6] Libffi_jll v3.4.7+0 [7e76a0d4] Libglvnd_jll v1.7.1+1 [94ce4f54] Libiconv_jll v1.18.0+0 [4b2f31a3] Libmount_jll v2.41.2+0 [89763e89] Libtiff_jll v4.7.2+0 [38a345b3] Libuuid_jll v2.41.2+0 [856f044c] MKL_jll v2025.2.0+0 [e7412a2a] Ogg_jll v1.3.6+0 [458c3c95] OpenSSL_jll v3.5.4+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [91d4177d] Opus_jll v1.6.0+0 [36c8627f] Pango_jll v1.57.0+0 ⌅ [30392449] Pixman_jll v0.44.2+0 [c0090381] Qt6Base_jll v6.8.2+2 [629bc702] Qt6Declarative_jll v6.8.2+1 [ce943373] Qt6ShaderTools_jll v6.8.2+1 [e99dba38] Qt6Wayland_jll v6.8.2+2 [a44049a8] Vulkan_Loader_jll v1.3.243+0 [a2964d1f] Wayland_jll v1.24.0+0 [ffd25f8a] XZ_jll v5.8.2+0 [f67eecfb] Xorg_libICE_jll v1.1.2+0 [c834827a] Xorg_libSM_jll v1.2.6+0 [4f6342f7] Xorg_libX11_jll v1.8.12+0 [0c0b7dd1] Xorg_libXau_jll v1.0.13+0 [935fb764] Xorg_libXcursor_jll v1.2.4+0 [a3789734] Xorg_libXdmcp_jll v1.1.6+0 [1082639a] Xorg_libXext_jll v1.3.7+0 [d091e8ba] Xorg_libXfixes_jll v6.0.2+0 [a51aa0fd] Xorg_libXi_jll v1.8.3+0 [d1454406] Xorg_libXinerama_jll v1.1.6+0 [ec84b674] Xorg_libXrandr_jll v1.5.5+0 [ea2f1a96] Xorg_libXrender_jll v0.9.12+0 [c7cfdc94] Xorg_libxcb_jll v1.17.1+0 [cc61e674] Xorg_libxkbfile_jll v1.1.3+0 [e920d4aa] Xorg_xcb_util_cursor_jll v0.1.6+0 [12413925] Xorg_xcb_util_image_jll v0.4.1+0 [2def613f] Xorg_xcb_util_jll v0.4.1+0 [975044d2] Xorg_xcb_util_keysyms_jll v0.4.1+0 [0d47668e] Xorg_xcb_util_renderutil_jll v0.3.10+0 [c22f9ab0] Xorg_xcb_util_wm_jll v0.4.2+0 [35661453] Xorg_xkbcomp_jll v1.4.7+0 [33bec58e] Xorg_xkeyboard_config_jll v2.44.0+0 [c5fb5394] Xorg_xtrans_jll v1.6.0+0 [3161d3a3] Zstd_jll v1.5.7+1 [35ca27e7] eudev_jll v3.2.14+0 [214eeab7] fzf_jll v0.61.1+0 [a4ae2306] libaom_jll v3.13.1+0 [0ac62f75] libass_jll v0.17.4+0 [1183f4f0] libdecor_jll v0.2.2+0 [2db6ffa8] libevdev_jll v1.13.4+0 [f638f0a6] libfdk_aac_jll v2.0.4+0 [36db933b] libinput_jll v1.28.1+0 [b53b4c65] libpng_jll v1.6.54+0 [f27f6e37] libvorbis_jll v1.3.8+0 [009596ad] mtdev_jll v1.1.7+0 [1317d2d5] oneTBB_jll v2022.0.0+1 ⌅ [1270edf5] x264_jll v10164.0.1+0 [dfaa095f] x265_jll v4.1.0+0 [d8fb68d0] xkbcommon_jll v1.13.0+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [4af54fe1] LazyArtifacts v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.11.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.11.0 [f489334b] StyledStrings v1.11.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.1.1+0 [deac9b47] LibCURL_jll v8.6.0+0 [e37daf67] LibGit2_jll v1.7.2+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+0 [14a3606d] MozillaCACerts_jll v2023.12.12 [4536629a] OpenBLAS_jll v0.3.27+1 [05823500] OpenLibm_jll v0.8.5+0 [efcefdf7] PCRE2_jll v10.42.0+1 [bea87d4a] SuiteSparse_jll v7.7.0+0 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.59.0+0 [3f19e933] p7zip_jll v17.4.0+2 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... Precompiling ReverseDiff... 3504.0 ms ✓ LogExpFunctions → LogExpFunctionsChainRulesCoreExt 1364.1 ms ✓ StaticArrays → StaticArraysChainRulesCoreExt 4167.0 ms ✓ SpecialFunctions → SpecialFunctionsChainRulesCoreExt 32033.0 ms ✓ ReverseDiff 4 dependencies successfully precompiled in 41 seconds. 30 already precompiled. Precompiling ManifoldsBaseStatisticsExt... 977.0 ms ✓ ManifoldsBase → ManifoldsBaseStatisticsExt 1 dependency successfully precompiled in 1 seconds. 6 already precompiled. Precompiling PolynomialsChainRulesCoreExt... 2740.8 ms ✓ Polynomials → PolynomialsChainRulesCoreExt 1 dependency successfully precompiled in 3 seconds. 24 already precompiled. Precompiling ArrayInterfaceReverseDiffExt... 8362.7 ms ✓ ArrayInterface → ArrayInterfaceReverseDiffExt 1 dependency successfully precompiled in 9 seconds. 40 already precompiled. Precompiling ManifoldsBaseRecursiveArrayToolsExt... 1746.8 ms ✓ ManifoldsBase → ManifoldsBaseRecursiveArrayToolsExt 1 dependency successfully precompiled in 2 seconds. 33 already precompiled. Instruction does not dominate all uses! %105 = call token (...) @llvm.julia.gc_preserve_begin(ptr addrspace(10) nonnull %99), !dbg !134 call void @llvm.julia.gc_preserve_end(token %105), !dbg !134 Failed to verify function 'julia_map!_97430', dumping entire module! ; ModuleID = 'map!' source_filename = "map!" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128-ni:10:11:12:13" target triple = "x86_64-unknown-linux-gnu" @jl_undefref_exception = external constant ptr @"_j_const#2" = private unnamed_addr constant [2 x i64] [i64 1, i64 3], align 8 define swiftcc void @"julia_map!_97430"(ptr noalias nocapture noundef nonnull sret({ ptr addrspace(10), [1 x [2 x i64]], i64, i64 }) align 8 dereferenceable(40) %sret_return, ptr noalias nocapture noundef nonnull align 8 dereferenceable(8) %return_roots, ptr nonnull swiftself %pgcstack_arg, ptr addrspace(11) nocapture noundef nonnull readonly align 8 dereferenceable(56) %0, ptr addrspace(11) nocapture noundef nonnull readonly align 8 dereferenceable(40) %1, ptr addrspace(11) nocapture noundef nonnull readonly align 8 dereferenceable(8) %2) #0 !dbg !7 { top: %3 = alloca [1 x i64], align 8 %4 = alloca [1 x i64], align 8 %5 = alloca [1 x i64], align 8 %6 = alloca [1 x i64], align 8 %pgcstack = call ptr @julia.get_pgcstack() %ptls_field = getelementptr inbounds ptr, ptr %pgcstack, i64 2 %ptls_load = load ptr, ptr %ptls_field, align 8, !tbaa !11 %7 = getelementptr inbounds ptr, ptr %ptls_load, i64 2 %safepoint = load ptr, ptr %7, align 8, !tbaa !15, !invariant.load !10 fence syncscope("singlethread") seq_cst call void @julia.safepoint(ptr %safepoint), !dbg !17 fence syncscope("singlethread") seq_cst %8 = getelementptr inbounds { ptr addrspace(10), [1 x [2 x i64]], i64, i64 }, ptr addrspace(11) %1, i64 0, i32 1, !dbg !18 %9 = getelementptr inbounds { ptr addrspace(10), [1 x [2 x i64]], i64, i64 }, ptr addrspace(11) %1, i64 0, i32 1, i64 0, i64 1, !dbg !29 %10 = load i64, ptr addrspace(11) %9, align 8, !dbg !41, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48 %11 = load i64, ptr addrspace(11) %8, align 8, !dbg !41, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48 %12 = sub i64 %10, %11, !dbg !41 %13 = add i64 %12, 1, !dbg !53 %14 = icmp ugt i64 %12, 9223372036854775806, !dbg !55 br i1 %14, label %L202, label %L27.preheader, !dbg !28 L27.preheader: ; preds = %top %15 = load atomic ptr addrspace(10), ptr addrspace(11) %2 unordered, align 8, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48, !nonnull !10, !dereferenceable !71, !align !72 %16 = addrspacecast ptr addrspace(10) %15 to ptr addrspace(11) %17 = getelementptr inbounds i8, ptr addrspace(11) %16, i64 16 %18 = getelementptr inbounds { ptr, ptr addrspace(10) }, ptr addrspace(11) %16, i64 0, i32 1 %19 = getelementptr inbounds { [1 x [1 x i64]], [1 x [3 x double]], [1 x [3 x double]] }, ptr addrspace(11) %0, i64 0, i32 2 %.neg = sub i64 0, %11 %20 = add i64 %10, 1 %21 = add i64 %20, %.neg %22 = load atomic ptr addrspace(10), ptr addrspace(11) %1 unordered, align 8 %23 = getelementptr inbounds { ptr addrspace(10), [1 x [2 x i64]], i64, i64 }, ptr addrspace(11) %1, i64 0, i32 2 %24 = load i64, ptr addrspace(11) %23, align 8 %25 = addrspacecast ptr addrspace(10) %22 to ptr addrspace(11) %26 = getelementptr inbounds i8, ptr addrspace(11) %25, i64 16 %27 = getelementptr inbounds { ptr, ptr addrspace(10) }, ptr addrspace(11) %25, i64 0, i32 1 %.promoted = load i64, ptr %3, align 1, !tbaa !73, !alias.scope !75, !noalias !76 %.promoted126 = load i64, ptr %4, align 1, !tbaa !73, !alias.scope !75, !noalias !76 %28 = add i64 %10, 1, !dbg !77 %29 = sub i64 %28, %11, !dbg !77 %30 = add i64 %10, -9223372036854775806, !dbg !77 %31 = sub i64 %30, %11, !dbg !77 %smax = call i64 @llvm.smax.i64(i64 %31, i64 0), !dbg !77 %32 = sub i64 %29, %smax, !dbg !77 %smin = call i64 @llvm.smin.i64(i64 %21, i64 0), !dbg !77 %smax136 = call i64 @llvm.smax.i64(i64 %smin, i64 -1), !dbg !77 %33 = add nsw i64 %smax136, 1, !dbg !77 %34 = mul i64 %32, %33, !dbg !77 %smin137 = call i64 @llvm.smin.i64(i64 %34, i64 3), !dbg !77 %exit.mainloop.at = call i64 @llvm.smax.i64(i64 %smin137, i64 0), !dbg !77 %35 = icmp slt i64 0, %exit.mainloop.at, !dbg !77 br i1 %35, label %L27.preheader149, label %main.pseudo.exit, !dbg !77 L27.preheader149: ; preds = %L27.preheader br label %L27, !dbg !77 L27: ; preds = %L27.preheader149, %L187 %value_phi8127 = phi i64 [ %value_phi8, %L187 ], [ %.promoted126, %L27.preheader149 ] %.lcssa116117 = phi i64 [ 3, %L187 ], [ %.promoted, %L27.preheader149 ] %value_phi8 = phi i64 [ %113, %L187 ], [ 1, %L27.preheader149 ] %36 = add nsw i64 %value_phi8, -1, !dbg !77 %.sroa.048.0.copyload = load i64, ptr addrspace(11) %17, align 8, !dbg !84, !tbaa !86, !alias.scope !87, !noalias !88 %.not = icmp ult i64 %36, %.sroa.048.0.copyload, !dbg !77 br i1 %.not, label %L46, label %L43.loopexit150, !dbg !77 L43.loopexit: ; preds = %L27.postloop %value_phi8127.lcssa.ph = phi i64 [ %value_phi8127.postloop, %L27.postloop ] %.lcssa116117.lcssa.ph = phi i64 [ %.lcssa116117.postloop, %L27.postloop ] %value_phi9.lcssa.ph = phi i64 [ %value_phi9.postloop, %L27.postloop ] %.lcssa62.ph = phi ptr addrspace(10) [ %15, %L27.postloop ] br label %L43, !dbg !89 L43.loopexit150: ; preds = %L27 %value_phi8127.lcssa.ph151 = phi i64 [ %value_phi8127, %L27 ] %.lcssa116117.lcssa.ph152 = phi i64 [ %.lcssa116117, %L27 ] %value_phi9.lcssa.ph153 = phi i64 [ %value_phi8, %L27 ] %.lcssa62.ph154 = phi ptr addrspace(10) [ %15, %L27 ] br label %L43, !dbg !89 L43: ; preds = %L43.loopexit150, %L43.loopexit %value_phi8127.lcssa = phi i64 [ %value_phi8127.lcssa.ph, %L43.loopexit ], [ %value_phi8127.lcssa.ph151, %L43.loopexit150 ] %.lcssa116117.lcssa = phi i64 [ %.lcssa116117.lcssa.ph, %L43.loopexit ], [ %.lcssa116117.lcssa.ph152, %L43.loopexit150 ] %value_phi9.lcssa = phi i64 [ %value_phi9.lcssa.ph, %L43.loopexit ], [ %value_phi9.lcssa.ph153, %L43.loopexit150 ] %.lcssa62 = phi ptr addrspace(10) [ %.lcssa62.ph, %L43.loopexit ], [ %.lcssa62.ph154, %L43.loopexit150 ], !dbg !110 store i64 %.lcssa116117.lcssa, ptr %3, align 1, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi8127.lcssa, ptr %4, align 1, !dbg !111, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi9.lcssa, ptr %6, align 8, !dbg !77, !tbaa !73, !alias.scope !75, !noalias !76 %37 = addrspacecast ptr %6 to ptr addrspace(11), !dbg !77 call swiftcc void @jlsys_throw_boundserror_388(ptr nonnull swiftself %pgcstack, ptr addrspace(10) nonnull %.lcssa62, ptr addrspace(11) nocapture readonly %37) #5, !dbg !77 unreachable, !dbg !77 L46: ; preds = %L27 %38 = load ptr, ptr addrspace(11) %16, align 8, !dbg !115, !tbaa !116, !alias.scope !119, !noalias !120 %39 = load ptr addrspace(10), ptr addrspace(11) %18, align 8, !dbg !115, !tbaa !116, !alias.scope !119, !noalias !120, !dereferenceable_or_null !121, !align !72 %40 = addrspacecast ptr addrspace(10) %39 to ptr addrspace(11), !dbg !115 %41 = load i64, ptr addrspace(11) %40, align 8, !dbg !115, !tbaa !122, !range !124, !alias.scope !119, !noalias !120 %42 = shl nuw nsw i64 %41, 1, !dbg !115 %43 = add nsw i64 %41, %36, !dbg !115 %.not49 = icmp ult i64 %43, %42, !dbg !115 %44 = getelementptr inbounds ptr addrspace(10), ptr %38, i64 %36, !dbg !115 %45 = getelementptr inbounds { i64, ptr }, ptr addrspace(11) %40, i64 0, i32 1, !dbg !115 %46 = load ptr, ptr addrspace(11) %45, align 8, !dbg !115, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48, !nonnull !10 %47 = ptrtoint ptr %46 to i64, !dbg !115 %48 = ptrtoint ptr %44 to i64, !dbg !115 %49 = sub i64 %48, %47, !dbg !115 %50 = shl nuw nsw i64 %41, 3, !dbg !115 %51 = icmp ult i64 %49, %50, !dbg !115 %52 = and i1 %.not49, %51, !dbg !115 br i1 %52, label %idxend, label %oob.loopexit155, !dbg !115 L72: ; preds = %pass br label %L107 L88.loopexit: ; preds = %L107.postloop.1 %value_phi8127.lcssa131.ph = phi i64 [ %value_phi8127.copy, %L107.postloop.1 ] %.lcssa116117.lcssa121.ph = phi i64 [ %.lcssa116117.copy, %L107.postloop.1 ] br label %L88, !dbg !89 L88.loopexit144: ; preds = %L107.1 %value_phi8127.lcssa131.ph145 = phi i64 [ %.promoted126, %L107.1 ] %.lcssa116117.lcssa121.ph146 = phi i64 [ %.promoted, %L107.1 ] br label %L88, !dbg !89 L88: ; preds = %L88.loopexit144, %L88.loopexit %value_phi8127.lcssa131 = phi i64 [ %value_phi8127.lcssa131.ph, %L88.loopexit ], [ %value_phi8127.lcssa131.ph145, %L88.loopexit144 ] %.lcssa116117.lcssa121 = phi i64 [ %.lcssa116117.lcssa121.ph, %L88.loopexit ], [ %.lcssa116117.lcssa121.ph146, %L88.loopexit144 ] %.lcssa115 = phi i64 [ 2, %L88.loopexit ], [ 2, %L88.loopexit144 ] %.lcssa = phi i64 [ 3, %L88.loopexit ], [ 3, %L88.loopexit144 ], !dbg !125 store i64 %.lcssa116117.lcssa121, ptr %3, align 1, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi8127.lcssa131, ptr %4, align 1, !dbg !111, !tbaa !73, !alias.scope !75, !noalias !76 call void @llvm.julia.gc_preserve_end(token %105), !dbg !134 store i64 %.lcssa115, ptr %3, align 8, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 call swiftcc void @jlsys_throw_boundserror_81(ptr nonnull swiftself %pgcstack, ptr addrspace(11) nocapture readonly addrspacecast (ptr @"_j_const#2" to ptr addrspace(11)), i64 signext %.lcssa) #5, !dbg !135 unreachable, !dbg !135 L107: ; preds = %L72 %53 = load double, ptr %104, align 1, !dbg !136, !tbaa !139, !alias.scope !141, !noalias !142 %54 = load double, ptr addrspace(11) %19, align 8, !dbg !143, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48 %55 = fmul double %53, %54, !dbg !143 %56 = fadd reassoc contract double 0.000000e+00, %55, !dbg !149 br label %L107.1 L107.1: ; preds = %L107 %57 = getelementptr inbounds double, ptr addrspace(11) %19, i64 1, !dbg !151 %58 = getelementptr inbounds double, ptr %104, i64 1, !dbg !136 %59 = load double, ptr %58, align 1, !dbg !136, !tbaa !139, !alias.scope !141, !noalias !142 %60 = load double, ptr addrspace(11) %57, align 8, !dbg !143, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48 %61 = fmul double %59, %60, !dbg !143 %62 = fadd reassoc contract double %56, %61, !dbg !149 br i1 false, label %L88.loopexit144, label %L107.2, !dbg !135 L107.2: ; preds = %L107.1 %63 = getelementptr inbounds double, ptr addrspace(11) %19, i64 2, !dbg !151 %64 = getelementptr inbounds double, ptr %104, i64 2, !dbg !136 %65 = load double, ptr %64, align 1, !dbg !136, !tbaa !139, !alias.scope !141, !noalias !142 %66 = load double, ptr addrspace(11) %63, align 8, !dbg !143, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48 %67 = fmul double %65, %66, !dbg !143 %68 = fadd reassoc contract double %62, %67, !dbg !149 call void @llvm.julia.gc_preserve_end(token %105), !dbg !134 br i1 true, label %L140, label %L137.loopexit168, !dbg !157 L137.loopexit: ; preds = %L107.postloop.2 %value_phi8.lcssa.ph = phi i64 [ %value_phi8.postloop, %L107.postloop.2 ] %.lcssa116.lcssa.ph = phi i64 [ 3, %L107.postloop.2 ] br label %L137, !dbg !89 L137.loopexit168: ; preds = %L107.2 %value_phi8.lcssa.ph169 = phi i64 [ 1, %L107.2 ] %.lcssa116.lcssa.ph170 = phi i64 [ 3, %L107.2 ] br label %L137, !dbg !89 L137: ; preds = %L137.loopexit168, %L137.loopexit %value_phi8.lcssa = phi i64 [ %value_phi8.lcssa.ph, %L137.loopexit ], [ %value_phi8.lcssa.ph169, %L137.loopexit168 ] %.lcssa116.lcssa = phi i64 [ %.lcssa116.lcssa.ph, %L137.loopexit ], [ %.lcssa116.lcssa.ph170, %L137.loopexit168 ] store i64 %.lcssa116.lcssa, ptr %3, align 1, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi8.lcssa, ptr %4, align 1, !dbg !111, !tbaa !73, !alias.scope !75, !noalias !76 %69 = addrspacecast ptr %4 to ptr addrspace(11), !dbg !157 call swiftcc void @jlsys_throw_boundserror_875(ptr nonnull swiftself %pgcstack, ptr addrspace(11) nocapture nonnull readonly %1, ptr addrspace(11) nocapture readonly %69) #5, !dbg !157 unreachable, !dbg !157 L140: ; preds = %L107.2 %70 = add i64 %24, %value_phi8, !dbg !158 %71 = add i64 %70, -1, !dbg !162 %.sroa.0.0.copyload = load i64, ptr addrspace(11) %26, align 8, !dbg !165, !tbaa !86, !alias.scope !87, !noalias !88 %.not54 = icmp ult i64 %71, %.sroa.0.0.copyload, !dbg !166 br i1 %.not54, label %L157, label %L154.loopexit171, !dbg !163 L154.loopexit: ; preds = %L140.postloop %value_phi8.lcssa132.ph = phi i64 [ %value_phi8.postloop, %L140.postloop ] %.lcssa116.lcssa122.ph = phi i64 [ 3, %L140.postloop ] %.lcssa103.ph = phi ptr addrspace(10) [ %22, %L140.postloop ] %.lcssa99.ph = phi i64 [ %155, %L140.postloop ] br label %L154, !dbg !89 L154.loopexit171: ; preds = %L140 %value_phi8.lcssa132.ph172 = phi i64 [ %value_phi8, %L140 ] %.lcssa116.lcssa122.ph173 = phi i64 [ 3, %L140 ] %.lcssa103.ph174 = phi ptr addrspace(10) [ %22, %L140 ] %.lcssa99.ph175 = phi i64 [ %70, %L140 ] br label %L154, !dbg !89 L154: ; preds = %L154.loopexit171, %L154.loopexit %value_phi8.lcssa132 = phi i64 [ %value_phi8.lcssa132.ph, %L154.loopexit ], [ %value_phi8.lcssa132.ph172, %L154.loopexit171 ] %.lcssa116.lcssa122 = phi i64 [ %.lcssa116.lcssa122.ph, %L154.loopexit ], [ %.lcssa116.lcssa122.ph173, %L154.loopexit171 ] %.lcssa103 = phi ptr addrspace(10) [ %.lcssa103.ph, %L154.loopexit ], [ %.lcssa103.ph174, %L154.loopexit171 ], !dbg !167 %.lcssa99 = phi i64 [ %.lcssa99.ph, %L154.loopexit ], [ %.lcssa99.ph175, %L154.loopexit171 ], !dbg !158 store i64 %.lcssa116.lcssa122, ptr %3, align 1, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi8.lcssa132, ptr %4, align 1, !dbg !111, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %.lcssa99, ptr %5, align 8, !dbg !163, !tbaa !73, !alias.scope !75, !noalias !76 %72 = addrspacecast ptr %5 to ptr addrspace(11), !dbg !163 call swiftcc void @jlsys_throw_boundserror_59(ptr nonnull swiftself %pgcstack, ptr addrspace(10) nonnull %.lcssa103, ptr addrspace(11) nocapture readonly %72) #5, !dbg !163 unreachable, !dbg !163 L157: ; preds = %L140 %73 = load ptr, ptr addrspace(11) %25, align 8, !dbg !168, !tbaa !116, !alias.scope !119, !noalias !120 %74 = load ptr addrspace(10), ptr addrspace(11) %27, align 8, !dbg !168, !tbaa !116, !alias.scope !119, !noalias !120, !dereferenceable_or_null !121, !align !72 %75 = addrspacecast ptr addrspace(10) %74 to ptr addrspace(11), !dbg !169 %76 = load i64, ptr addrspace(11) %75, align 8, !dbg !169, !tbaa !122, !range !124, !alias.scope !119, !noalias !120 %77 = shl nuw nsw i64 %76, 1, !dbg !169 %78 = add i64 %76, %71, !dbg !169 %.not55 = icmp ult i64 %78, %77, !dbg !169 %79 = getelementptr inbounds double, ptr %73, i64 %71, !dbg !169 %80 = getelementptr inbounds { i64, ptr }, ptr addrspace(11) %75, i64 0, i32 1, !dbg !169 %81 = load ptr, ptr addrspace(11) %80, align 8, !dbg !169, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48, !nonnull !10 %82 = ptrtoint ptr %81 to i64, !dbg !169 %83 = ptrtoint ptr %79 to i64, !dbg !169 %84 = sub i64 %83, %82, !dbg !169 %85 = shl nuw nsw i64 %76, 3, !dbg !169 %86 = icmp ult i64 %84, %85, !dbg !169 %87 = and i1 %.not55, %86, !dbg !169 br i1 %87, label %idxend22, label %oob20.loopexit176, !dbg !169 L187: ; preds = %load24 %88 = icmp slt i64 %value_phi8, %exit.mainloop.at, !dbg !170 %89 = xor i1 %88, true, !dbg !170 br i1 %89, label %main.exit.selector, label %L27, !dbg !170 main.exit.selector: ; preds = %L187 %.lcssa143 = phi i64 [ %113, %L187 ], !dbg !171 %.lcssa142 = phi i64 [ %113, %L187 ], !dbg !178 %.lcssa116.lcssa141 = phi i64 [ 3, %L187 ] %value_phi8.lcssa140 = phi i64 [ %value_phi8, %L187 ] %value_phi9.lcssa139 = phi i64 [ %value_phi8, %L187 ] %90 = icmp slt i64 %value_phi9.lcssa139, 3, !dbg !170 br i1 %90, label %main.pseudo.exit, label %L202.loopexit, !dbg !170 main.pseudo.exit: ; preds = %main.exit.selector, %L27.preheader %value_phi8127.copy = phi i64 [ %.promoted126, %L27.preheader ], [ %value_phi8.lcssa140, %main.exit.selector ] %.lcssa116117.copy = phi i64 [ %.promoted, %L27.preheader ], [ %.lcssa116.lcssa141, %main.exit.selector ] %value_phi8.copy = phi i64 [ 1, %L27.preheader ], [ %.lcssa142, %main.exit.selector ] %value_phi9.copy = phi i64 [ 1, %L27.preheader ], [ %.lcssa143, %main.exit.selector ] %indvar.end = phi i64 [ 0, %L27.preheader ], [ %value_phi9.lcssa139, %main.exit.selector ] br label %postloop L202.loopexit.loopexit: ; preds = %load24.postloop, %L187.postloop %value_phi8.lcssa135.ph = phi i64 [ %value_phi8.postloop, %L187.postloop ], [ %value_phi8.postloop, %load24.postloop ] %.lcssa116.lcssa125.ph = phi i64 [ 3, %L187.postloop ], [ 3, %load24.postloop ] br label %L202.loopexit, !dbg !89 L202.loopexit.loopexit186: ; preds = %load24 %value_phi8.lcssa135.ph187 = phi i64 [ %value_phi8, %load24 ] %.lcssa116.lcssa125.ph188 = phi i64 [ 3, %load24 ] br label %L202.loopexit, !dbg !89 L202.loopexit: ; preds = %L202.loopexit.loopexit186, %L202.loopexit.loopexit, %main.exit.selector %value_phi8.lcssa135 = phi i64 [ %value_phi8.lcssa140, %main.exit.selector ], [ %value_phi8.lcssa135.ph, %L202.loopexit.loopexit ], [ %value_phi8.lcssa135.ph187, %L202.loopexit.loopexit186 ] %.lcssa116.lcssa125 = phi i64 [ %.lcssa116.lcssa141, %main.exit.selector ], [ %.lcssa116.lcssa125.ph, %L202.loopexit.loopexit ], [ %.lcssa116.lcssa125.ph188, %L202.loopexit.loopexit186 ] store i64 %.lcssa116.lcssa125, ptr %3, align 1, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi8.lcssa135, ptr %4, align 1, !dbg !111, !tbaa !73, !alias.scope !75, !noalias !76 br label %L202, !dbg !180 L202: ; preds = %L202.loopexit, %top %91 = load ptr addrspace(10), ptr addrspace(11) %1, align 8, !dbg !180 store ptr addrspace(10) %91, ptr %return_roots, align 8, !dbg !180 call void @llvm.memcpy.p0.p11.i64(ptr noundef nonnull align 8 dereferenceable(40) %sret_return, ptr addrspace(11) noundef nonnull align 8 dereferenceable(40) %1, i64 40, i1 false), !dbg !180 ret void, !dbg !180 oob.loopexit: ; preds = %L46.postloop %value_phi8127.lcssa128.ph = phi i64 [ %value_phi8127.postloop, %L46.postloop ] %.lcssa116117.lcssa118.ph = phi i64 [ %.lcssa116117.postloop, %L46.postloop ] %.lcssa90.ph = phi ptr [ %115, %L46.postloop ] %.lcssa81.ph = phi ptr addrspace(10) [ %116, %L46.postloop ] %value_phi9.lcssa72.ph = phi i64 [ %value_phi9.postloop, %L46.postloop ] br label %oob, !dbg !89 oob.loopexit155: ; preds = %L46 %value_phi8127.lcssa128.ph156 = phi i64 [ %value_phi8127, %L46 ] %.lcssa116117.lcssa118.ph157 = phi i64 [ %.lcssa116117, %L46 ] %.lcssa90.ph158 = phi ptr [ %38, %L46 ] %.lcssa81.ph159 = phi ptr addrspace(10) [ %39, %L46 ] %value_phi9.lcssa72.ph160 = phi i64 [ %value_phi8, %L46 ] br label %oob, !dbg !89 oob: ; preds = %oob.loopexit155, %oob.loopexit %value_phi8127.lcssa128 = phi i64 [ %value_phi8127.lcssa128.ph, %oob.loopexit ], [ %value_phi8127.lcssa128.ph156, %oob.loopexit155 ] %.lcssa116117.lcssa118 = phi i64 [ %.lcssa116117.lcssa118.ph, %oob.loopexit ], [ %.lcssa116117.lcssa118.ph157, %oob.loopexit155 ] %.lcssa90 = phi ptr [ %.lcssa90.ph, %oob.loopexit ], [ %.lcssa90.ph158, %oob.loopexit155 ], !dbg !115 %.lcssa81 = phi ptr addrspace(10) [ %.lcssa81.ph, %oob.loopexit ], [ %.lcssa81.ph159, %oob.loopexit155 ], !dbg !115 %value_phi9.lcssa72 = phi i64 [ %value_phi9.lcssa72.ph, %oob.loopexit ], [ %value_phi9.lcssa72.ph160, %oob.loopexit155 ] store i64 %.lcssa116117.lcssa118, ptr %3, align 1, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi8127.lcssa128, ptr %4, align 1, !dbg !111, !tbaa !73, !alias.scope !75, !noalias !76 %current_task12 = getelementptr inbounds ptr, ptr %pgcstack, i64 -14, !dbg !115 %92 = call noalias nonnull align 8 dereferenceable(16) ptr addrspace(10) @julia.gc_alloc_obj(ptr nonnull %current_task12, i64 16, ptr addrspace(10) addrspacecast (ptr inttoptr (i64 126792508819216 to ptr) to ptr addrspace(10))) #11, !dbg !115 %93 = addrspacecast ptr addrspace(10) %92 to ptr addrspace(11), !dbg !115 store ptr %.lcssa90, ptr addrspace(11) %93, align 8, !dbg !115, !tbaa !181, !alias.scope !141, !noalias !142 %.repack50 = getelementptr inbounds { ptr, ptr addrspace(10) }, ptr addrspace(11) %93, i64 0, i32 1, !dbg !115 store ptr addrspace(10) %.lcssa81, ptr addrspace(11) %.repack50, align 8, !dbg !115, !tbaa !181, !alias.scope !141, !noalias !142 %94 = addrspacecast ptr addrspace(10) %92 to ptr addrspace(12), !dbg !115 call void @ijl_bounds_error_int(ptr addrspace(12) %94, i64 %value_phi9.lcssa72), !dbg !115 unreachable, !dbg !115 idxend: ; preds = %L46 %95 = icmp eq i64 %41, 0, !dbg !115 br i1 %95, label %oob13.loopexit161, label %load, !dbg !115 oob13.loopexit: ; preds = %idxend.postloop %value_phi8127.lcssa129.ph = phi i64 [ %value_phi8127.postloop, %idxend.postloop ] %.lcssa116117.lcssa119.ph = phi i64 [ %.lcssa116117.postloop, %idxend.postloop ] %.lcssa82.ph = phi ptr addrspace(10) [ %116, %idxend.postloop ] br label %oob13, !dbg !89 oob13.loopexit161: ; preds = %idxend %value_phi8127.lcssa129.ph162 = phi i64 [ %value_phi8127, %idxend ] %.lcssa116117.lcssa119.ph163 = phi i64 [ %.lcssa116117, %idxend ] %.lcssa82.ph164 = phi ptr addrspace(10) [ %39, %idxend ] br label %oob13, !dbg !89 oob13: ; preds = %oob13.loopexit161, %oob13.loopexit %value_phi8127.lcssa129 = phi i64 [ %value_phi8127.lcssa129.ph, %oob13.loopexit ], [ %value_phi8127.lcssa129.ph162, %oob13.loopexit161 ] %.lcssa116117.lcssa119 = phi i64 [ %.lcssa116117.lcssa119.ph, %oob13.loopexit ], [ %.lcssa116117.lcssa119.ph163, %oob13.loopexit161 ] %.lcssa82 = phi ptr addrspace(10) [ %.lcssa82.ph, %oob13.loopexit ], [ %.lcssa82.ph164, %oob13.loopexit161 ], !dbg !115 store i64 %.lcssa116117.lcssa119, ptr %3, align 1, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi8127.lcssa129, ptr %4, align 1, !dbg !111, !tbaa !73, !alias.scope !75, !noalias !76 %96 = addrspacecast ptr addrspace(10) %.lcssa82 to ptr addrspace(12), !dbg !115 call void @ijl_bounds_error_int(ptr addrspace(12) %96, i64 1), !dbg !115 unreachable, !dbg !115 load: ; preds = %idxend %97 = call ptr addrspace(13) @julia.gc_loaded(ptr addrspace(10) %39, ptr %38), !dbg !115 %98 = getelementptr inbounds ptr addrspace(10), ptr addrspace(13) %97, i64 %36, !dbg !115 %99 = load atomic ptr addrspace(10), ptr addrspace(13) %98 unordered, align 8, !dbg !115, !tbaa !184, !alias.scope !141, !noalias !142, !dereferenceable_or_null !71, !align !72 %.not52 = icmp eq ptr addrspace(10) %99, null, !dbg !115 br i1 %.not52, label %fail.loopexit165, label %pass, !dbg !115 fail.loopexit: ; preds = %load.postloop %value_phi8127.lcssa130.ph = phi i64 [ %value_phi8127.postloop, %load.postloop ] %.lcssa116117.lcssa120.ph = phi i64 [ %.lcssa116117.postloop, %load.postloop ] br label %fail, !dbg !89 fail.loopexit165: ; preds = %load %value_phi8127.lcssa130.ph166 = phi i64 [ %value_phi8127, %load ] %.lcssa116117.lcssa120.ph167 = phi i64 [ %.lcssa116117, %load ] br label %fail, !dbg !89 fail: ; preds = %fail.loopexit165, %fail.loopexit %value_phi8127.lcssa130 = phi i64 [ %value_phi8127.lcssa130.ph, %fail.loopexit ], [ %value_phi8127.lcssa130.ph166, %fail.loopexit165 ] %.lcssa116117.lcssa120 = phi i64 [ %.lcssa116117.lcssa120.ph, %fail.loopexit ], [ %.lcssa116117.lcssa120.ph167, %fail.loopexit165 ] store i64 %.lcssa116117.lcssa120, ptr %3, align 1, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi8127.lcssa130, ptr %4, align 1, !dbg !111, !tbaa !73, !alias.scope !75, !noalias !76 %100 = load ptr, ptr @jl_undefref_exception, align 8, !dbg !115, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48, !nonnull !10 %101 = addrspacecast ptr %100 to ptr addrspace(12), !dbg !115 call void @ijl_throw(ptr addrspace(12) %101), !dbg !115 unreachable, !dbg !115 pass: ; preds = %load %102 = call token (...) @llvm.julia.gc_preserve_begin(ptr addrspace(10) nonnull %99), !dbg !186 %103 = addrspacecast ptr addrspace(10) %99 to ptr addrspace(11), !dbg !188 %104 = call nonnull ptr @julia.pointer_from_objref(ptr addrspace(11) %103) #7, !dbg !188 call void @llvm.julia.gc_preserve_end(token %102), !dbg !186 %105 = call token (...) @llvm.julia.gc_preserve_begin(ptr addrspace(10) nonnull %99), !dbg !134 br label %L72, !dbg !190 oob20.loopexit: ; preds = %L157.postloop %value_phi8.lcssa133.ph = phi i64 [ %value_phi8.postloop, %L157.postloop ] %.lcssa116.lcssa123.ph = phi i64 [ 3, %L157.postloop ] %.lcssa110.ph = phi ptr [ %157, %L157.postloop ] %.lcssa107.ph = phi ptr addrspace(10) [ %158, %L157.postloop ] %.lcssa100.ph = phi i64 [ %155, %L157.postloop ] br label %oob20, !dbg !89 oob20.loopexit176: ; preds = %L157 %value_phi8.lcssa133.ph177 = phi i64 [ %value_phi8, %L157 ] %.lcssa116.lcssa123.ph178 = phi i64 [ 3, %L157 ] %.lcssa110.ph179 = phi ptr [ %73, %L157 ] %.lcssa107.ph180 = phi ptr addrspace(10) [ %74, %L157 ] %.lcssa100.ph181 = phi i64 [ %70, %L157 ] br label %oob20, !dbg !89 oob20: ; preds = %oob20.loopexit176, %oob20.loopexit %value_phi8.lcssa133 = phi i64 [ %value_phi8.lcssa133.ph, %oob20.loopexit ], [ %value_phi8.lcssa133.ph177, %oob20.loopexit176 ] %.lcssa116.lcssa123 = phi i64 [ %.lcssa116.lcssa123.ph, %oob20.loopexit ], [ %.lcssa116.lcssa123.ph178, %oob20.loopexit176 ] %.lcssa110 = phi ptr [ %.lcssa110.ph, %oob20.loopexit ], [ %.lcssa110.ph179, %oob20.loopexit176 ], !dbg !168 %.lcssa107 = phi ptr addrspace(10) [ %.lcssa107.ph, %oob20.loopexit ], [ %.lcssa107.ph180, %oob20.loopexit176 ], !dbg !168 %.lcssa100 = phi i64 [ %.lcssa100.ph, %oob20.loopexit ], [ %.lcssa100.ph181, %oob20.loopexit176 ], !dbg !158 store i64 %.lcssa116.lcssa123, ptr %3, align 1, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi8.lcssa133, ptr %4, align 1, !dbg !111, !tbaa !73, !alias.scope !75, !noalias !76 %current_task21 = getelementptr inbounds ptr, ptr %pgcstack, i64 -14, !dbg !169 %106 = call noalias nonnull align 8 dereferenceable(16) ptr addrspace(10) @julia.gc_alloc_obj(ptr nonnull %current_task21, i64 16, ptr addrspace(10) addrspacecast (ptr inttoptr (i64 126792722027168 to ptr) to ptr addrspace(10))) #11, !dbg !169 %107 = addrspacecast ptr addrspace(10) %106 to ptr addrspace(11), !dbg !169 store ptr %.lcssa110, ptr addrspace(11) %107, align 8, !dbg !169, !tbaa !181, !alias.scope !141, !noalias !142 %.repack56 = getelementptr inbounds { ptr, ptr addrspace(10) }, ptr addrspace(11) %107, i64 0, i32 1, !dbg !169 store ptr addrspace(10) %.lcssa107, ptr addrspace(11) %.repack56, align 8, !dbg !169, !tbaa !181, !alias.scope !141, !noalias !142 %108 = addrspacecast ptr addrspace(10) %106 to ptr addrspace(12), !dbg !169 call void @ijl_bounds_error_int(ptr addrspace(12) %108, i64 %.lcssa100), !dbg !169 unreachable, !dbg !169 idxend22: ; preds = %L157 %109 = icmp eq i64 %76, 0, !dbg !169 br i1 %109, label %oob23.loopexit182, label %load24, !dbg !169 oob23.loopexit: ; preds = %idxend22.postloop %value_phi8.lcssa134.ph = phi i64 [ %value_phi8.postloop, %idxend22.postloop ] %.lcssa116.lcssa124.ph = phi i64 [ 3, %idxend22.postloop ] %.lcssa108.ph = phi ptr addrspace(10) [ %158, %idxend22.postloop ] br label %oob23, !dbg !89 oob23.loopexit182: ; preds = %idxend22 %value_phi8.lcssa134.ph183 = phi i64 [ %value_phi8, %idxend22 ] %.lcssa116.lcssa124.ph184 = phi i64 [ 3, %idxend22 ] %.lcssa108.ph185 = phi ptr addrspace(10) [ %74, %idxend22 ] br label %oob23, !dbg !89 oob23: ; preds = %oob23.loopexit182, %oob23.loopexit %value_phi8.lcssa134 = phi i64 [ %value_phi8.lcssa134.ph, %oob23.loopexit ], [ %value_phi8.lcssa134.ph183, %oob23.loopexit182 ] %.lcssa116.lcssa124 = phi i64 [ %.lcssa116.lcssa124.ph, %oob23.loopexit ], [ %.lcssa116.lcssa124.ph184, %oob23.loopexit182 ] %.lcssa108 = phi ptr addrspace(10) [ %.lcssa108.ph, %oob23.loopexit ], [ %.lcssa108.ph185, %oob23.loopexit182 ], !dbg !168 store i64 %.lcssa116.lcssa124, ptr %3, align 1, !dbg !89, !tbaa !73, !alias.scope !75, !noalias !76 store i64 %value_phi8.lcssa134, ptr %4, align 1, !dbg !111, !tbaa !73, !alias.scope !75, !noalias !76 %110 = addrspacecast ptr addrspace(10) %.lcssa108 to ptr addrspace(12), !dbg !169 call void @ijl_bounds_error_int(ptr addrspace(12) %110, i64 1), !dbg !169 unreachable, !dbg !169 load24: ; preds = %idxend22 %111 = call ptr addrspace(13) @julia.gc_loaded(ptr addrspace(10) %74, ptr %73), !dbg !169 %112 = getelementptr inbounds double, ptr addrspace(13) %111, i64 %71, !dbg !169 store double %68, ptr addrspace(13) %112, align 8, !dbg !169, !tbaa !191, !alias.scope !141, !noalias !142 %.not58.not = icmp eq i64 %value_phi8, %13, !dbg !193 %113 = add i64 %value_phi8, 1, !dbg !178 br i1 %.not58.not, label %L202.loopexit.loopexit186, label %L187, !dbg !196 postloop: ; preds = %main.pseudo.exit br label %L27.postloop L27.postloop: ; preds = %postloop, %L187.postloop %value_phi8127.postloop = phi i64 [ %value_phi8.postloop, %L187.postloop ], [ %value_phi8127.copy, %postloop ] %.lcssa116117.postloop = phi i64 [ 3, %L187.postloop ], [ %.lcssa116117.copy, %postloop ] %value_phi8.postloop = phi i64 [ %175, %L187.postloop ], [ %value_phi8.copy, %postloop ] %value_phi9.postloop = phi i64 [ %177, %L187.postloop ], [ %value_phi9.copy, %postloop ] %114 = add nsw i64 %value_phi9.postloop, -1, !dbg !77 %.sroa.048.0.copyload.postloop = load i64, ptr addrspace(11) %17, align 8, !dbg !84, !tbaa !86, !alias.scope !87, !noalias !88 %.not.postloop = icmp ult i64 %114, %.sroa.048.0.copyload.postloop, !dbg !77 br i1 %.not.postloop, label %L46.postloop, label %L43.loopexit, !dbg !77 L46.postloop: ; preds = %L27.postloop %115 = load ptr, ptr addrspace(11) %16, align 8, !dbg !115, !tbaa !116, !alias.scope !119, !noalias !120 %116 = load ptr addrspace(10), ptr addrspace(11) %18, align 8, !dbg !115, !tbaa !116, !alias.scope !119, !noalias !120, !dereferenceable_or_null !121, !align !72 %117 = addrspacecast ptr addrspace(10) %116 to ptr addrspace(11), !dbg !115 %118 = load i64, ptr addrspace(11) %117, align 8, !dbg !115, !tbaa !122, !range !124, !alias.scope !119, !noalias !120 %119 = shl nuw nsw i64 %118, 1, !dbg !115 %120 = add nsw i64 %118, %114, !dbg !115 %.not49.postloop = icmp ult i64 %120, %119, !dbg !115 %121 = getelementptr inbounds ptr addrspace(10), ptr %115, i64 %114, !dbg !115 %122 = getelementptr inbounds { i64, ptr }, ptr addrspace(11) %117, i64 0, i32 1, !dbg !115 %123 = load ptr, ptr addrspace(11) %122, align 8, !dbg !115, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48, !nonnull !10 %124 = ptrtoint ptr %123 to i64, !dbg !115 %125 = ptrtoint ptr %121 to i64, !dbg !115 %126 = sub i64 %125, %124, !dbg !115 %127 = shl nuw nsw i64 %118, 3, !dbg !115 %128 = icmp ult i64 %126, %127, !dbg !115 %129 = and i1 %.not49.postloop, %128, !dbg !115 br i1 %129, label %idxend.postloop, label %oob.loopexit, !dbg !115 idxend.postloop: ; preds = %L46.postloop %130 = icmp eq i64 %118, 0, !dbg !115 br i1 %130, label %oob13.loopexit, label %load.postloop, !dbg !115 load.postloop: ; preds = %idxend.postloop %131 = call ptr addrspace(13) @julia.gc_loaded(ptr addrspace(10) %116, ptr %115), !dbg !115 %132 = getelementptr inbounds ptr addrspace(10), ptr addrspace(13) %131, i64 %114, !dbg !115 %133 = load atomic ptr addrspace(10), ptr addrspace(13) %132 unordered, align 8, !dbg !115, !tbaa !184, !alias.scope !141, !noalias !142, !dereferenceable_or_null !71, !align !72 %.not52.postloop = icmp eq ptr addrspace(10) %133, null, !dbg !115 br i1 %.not52.postloop, label %fail.loopexit, label %pass.postloop, !dbg !115 pass.postloop: ; preds = %load.postloop %134 = call token (...) @llvm.julia.gc_preserve_begin(ptr addrspace(10) nonnull %133), !dbg !186 %135 = addrspacecast ptr addrspace(10) %133 to ptr addrspace(11), !dbg !188 %136 = call nonnull ptr @julia.pointer_from_objref(ptr addrspace(11) %135) #7, !dbg !188 call void @llvm.julia.gc_preserve_end(token %134), !dbg !186 %137 = call token (...) @llvm.julia.gc_preserve_begin(ptr addrspace(10) nonnull %133), !dbg !134 br label %L72.postloop, !dbg !190 L72.postloop: ; preds = %pass.postloop br label %L107.postloop L107.postloop: ; preds = %L72.postloop %138 = load double, ptr %136, align 1, !dbg !136, !tbaa !139, !alias.scope !141, !noalias !142 %139 = load double, ptr addrspace(11) %19, align 8, !dbg !143, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48 %140 = fmul double %138, %139, !dbg !143 %141 = fadd reassoc contract double 0.000000e+00, %140, !dbg !149 br label %L107.postloop.1 L107.postloop.1: ; preds = %L107.postloop %142 = getelementptr inbounds double, ptr addrspace(11) %19, i64 1, !dbg !151 %143 = getelementptr inbounds double, ptr %136, i64 1, !dbg !136 %144 = load double, ptr %143, align 1, !dbg !136, !tbaa !139, !alias.scope !141, !noalias !142 %145 = load double, ptr addrspace(11) %142, align 8, !dbg !143, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48 %146 = fmul double %144, %145, !dbg !143 %147 = fadd reassoc contract double %141, %146, !dbg !149 br i1 false, label %L88.loopexit, label %L107.postloop.2, !dbg !135 L107.postloop.2: ; preds = %L107.postloop.1 %148 = getelementptr inbounds double, ptr addrspace(11) %19, i64 2, !dbg !151 %149 = getelementptr inbounds double, ptr %136, i64 2, !dbg !136 %150 = load double, ptr %149, align 1, !dbg !136, !tbaa !139, !alias.scope !141, !noalias !142 %151 = load double, ptr addrspace(11) %148, align 8, !dbg !143, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48 %152 = fmul double %150, %151, !dbg !143 %153 = fadd reassoc contract double %147, %152, !dbg !149 call void @llvm.julia.gc_preserve_end(token %137), !dbg !134 %154 = add i64 %value_phi8.postloop, -1, !dbg !197 %.not53.postloop = icmp ult i64 %154, %21, !dbg !201 br i1 %.not53.postloop, label %L140.postloop, label %L137.loopexit, !dbg !157 L140.postloop: ; preds = %L107.postloop.2 %155 = add i64 %24, %value_phi8.postloop, !dbg !158 %156 = add i64 %155, -1, !dbg !162 %.sroa.0.0.copyload.postloop = load i64, ptr addrspace(11) %26, align 8, !dbg !165, !tbaa !86, !alias.scope !87, !noalias !88 %.not54.postloop = icmp ult i64 %156, %.sroa.0.0.copyload.postloop, !dbg !166 br i1 %.not54.postloop, label %L157.postloop, label %L154.loopexit, !dbg !163 L157.postloop: ; preds = %L140.postloop %157 = load ptr, ptr addrspace(11) %25, align 8, !dbg !168, !tbaa !116, !alias.scope !119, !noalias !120 %158 = load ptr addrspace(10), ptr addrspace(11) %27, align 8, !dbg !168, !tbaa !116, !alias.scope !119, !noalias !120, !dereferenceable_or_null !121, !align !72 %159 = addrspacecast ptr addrspace(10) %158 to ptr addrspace(11), !dbg !169 %160 = load i64, ptr addrspace(11) %159, align 8, !dbg !169, !tbaa !122, !range !124, !alias.scope !119, !noalias !120 %161 = shl nuw nsw i64 %160, 1, !dbg !169 %162 = add i64 %160, %156, !dbg !169 %.not55.postloop = icmp ult i64 %162, %161, !dbg !169 %163 = getelementptr inbounds double, ptr %157, i64 %156, !dbg !169 %164 = getelementptr inbounds { i64, ptr }, ptr addrspace(11) %159, i64 0, i32 1, !dbg !169 %165 = load ptr, ptr addrspace(11) %164, align 8, !dbg !169, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48, !nonnull !10 %166 = ptrtoint ptr %165 to i64, !dbg !169 %167 = ptrtoint ptr %163 to i64, !dbg !169 %168 = sub i64 %167, %166, !dbg !169 %169 = shl nuw nsw i64 %160, 3, !dbg !169 %170 = icmp ult i64 %168, %169, !dbg !169 %171 = and i1 %.not55.postloop, %170, !dbg !169 br i1 %171, label %idxend22.postloop, label %oob20.loopexit, !dbg !169 idxend22.postloop: ; preds = %L157.postloop %172 = icmp eq i64 %160, 0, !dbg !169 br i1 %172, label %oob23.loopexit, label %load24.postloop, !dbg !169 load24.postloop: ; preds = %idxend22.postloop %173 = call ptr addrspace(13) @julia.gc_loaded(ptr addrspace(10) %158, ptr %157), !dbg !169 %174 = getelementptr inbounds double, ptr addrspace(13) %173, i64 %156, !dbg !169 store double %153, ptr addrspace(13) %174, align 8, !dbg !169, !tbaa !191, !alias.scope !141, !noalias !142 %.not58.not.postloop = icmp eq i64 %value_phi8.postloop, %13, !dbg !193 %175 = add i64 %value_phi8.postloop, 1, !dbg !178 br i1 %.not58.not.postloop, label %L202.loopexit.loopexit, label %L187.postloop, !dbg !196 L187.postloop: ; preds = %load24.postloop %176 = icmp sgt i64 %value_phi9.postloop, 2, !dbg !202 %177 = add i64 %value_phi9.postloop, 1, !dbg !171 br i1 %176, label %L202.loopexit.loopexit, label %L27.postloop, !dbg !170, !llvm.loop !203, !irce.loop.clone !10 } ; Function Attrs: noinline optnone define nonnull ptr addrspace(10) @"jfptr_map!_97431"(ptr addrspace(10) %"function::Core.Function", ptr noalias nocapture noundef readonly %"args::Any[]", i32 %"nargs::UInt32") #1 { top: %0 = alloca [1 x ptr addrspace(10)], align 8 %pgcstack = call ptr @julia.get_pgcstack() %1 = alloca { ptr addrspace(10), [1 x [2 x i64]], i64, i64 }, align 8 %2 = getelementptr inbounds ptr addrspace(10), ptr %"args::Any[]", i32 0 %3 = load ptr addrspace(10), ptr %2, align 8, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48, !nonnull !10, !dereferenceable !208, !align !72 %4 = addrspacecast ptr addrspace(10) %3 to ptr addrspace(11) %5 = getelementptr inbounds ptr addrspace(10), ptr %"args::Any[]", i32 1 %6 = load ptr addrspace(10), ptr %5, align 8, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48, !nonnull !10, !dereferenceable !209, !align !72 %7 = addrspacecast ptr addrspace(10) %6 to ptr addrspace(11) %8 = getelementptr inbounds ptr addrspace(10), ptr %"args::Any[]", i32 2 %9 = load ptr addrspace(10), ptr %8, align 8, !tbaa !15, !invariant.load !10, !alias.scope !45, !noalias !48, !nonnull !10, !dereferenceable !72, !align !72 %10 = addrspacecast ptr addrspace(10) %9 to ptr addrspace(11) call swiftcc void @"julia_map!_97430"(ptr noalias nocapture noundef sret({ ptr addrspace(10), [1 x [2 x i64]], i64, i64 }) %1, ptr noalias nocapture noundef %0, ptr nonnull swiftself %pgcstack, ptr addrspace(11) nocapture readonly %4, ptr addrspace(11) nocapture readonly %7, ptr addrspace(11) nocapture readonly %10) %11 = getelementptr inbounds ptr addrspace(10), ptr %"args::Any[]", i32 1 %12 = load ptr addrspace(10), ptr %11, align 8 ret ptr addrspace(10) %12 } declare ptr @julia.get_pgcstack() ; Function Attrs: memory(argmem: readwrite, inaccessiblemem: readwrite) declare void @julia.safepoint(ptr) #2 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p11.i64(ptr noalias nocapture writeonly, ptr addrspace(11) noalias nocapture readonly, i64, i1 immarg) #3 ; Function Attrs: nounwind willreturn allockind("alloc") allocsize(1) memory(argmem: read, inaccessiblemem: readwrite) declare noalias nonnull ptr addrspace(10) @julia.gc_alloc_obj(ptr, i64, ptr addrspace(10)) #4 ; Function Attrs: noreturn declare void @ijl_bounds_error_int(ptr addrspace(12), i64) #5 ; Function Attrs: norecurse nosync nounwind speculatable willreturn memory(none) declare noundef nonnull ptr addrspace(13) @julia.gc_loaded(ptr addrspace(10) nocapture noundef nonnull readnone, ptr noundef nonnull readnone) #6 ; Function Attrs: noreturn declare void @ijl_throw(ptr addrspace(12)) #5 declare token @llvm.julia.gc_preserve_begin(...) ; Function Attrs: nounwind memory(none) declare nonnull ptr @julia.pointer_from_objref(ptr addrspace(11)) #7 declare void @llvm.julia.gc_preserve_end(token) ; Function Attrs: noreturn declare swiftcc void @jlsys_throw_boundserror_81(ptr nonnull swiftself, ptr addrspace(11) nocapture readonly, i64 signext) #8 ; Function Attrs: noreturn declare swiftcc void @jlsys_throw_boundserror_59(ptr nonnull swiftself, ptr addrspace(10), ptr addrspace(11) nocapture readonly) #8 ; Function Attrs: noreturn declare swiftcc void @jlsys_throw_boundserror_875(ptr nonnull swiftself, ptr addrspace(11) nocapture readonly, ptr addrspace(11) nocapture readonly) #8 ; Function Attrs: noreturn declare swiftcc void @jlsys_throw_boundserror_388(ptr nonnull swiftself, ptr addrspace(10), ptr addrspace(11) nocapture readonly) #8 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i64 @llvm.smax.i64(i64, i64) #9 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i64 @llvm.smin.i64(i64, i64) #9 ; Function Attrs: nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #10 ; Function Attrs: nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #10 attributes #0 = { "frame-pointer"="all" "probe-stack"="inline-asm" } attributes #1 = { noinline optnone "frame-pointer"="all" "probe-stack"="inline-asm" } attributes #2 = { memory(argmem: readwrite, inaccessiblemem: readwrite) } attributes #3 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #4 = { nounwind willreturn allockind("alloc") allocsize(1) memory(argmem: read, inaccessiblemem: readwrite) } attributes #5 = { noreturn } attributes #6 = { norecurse nosync nounwind speculatable willreturn memory(none) } attributes #7 = { nounwind memory(none) } attributes #8 = { noreturn "frame-pointer"="all" "probe-stack"="inline-asm" } attributes #9 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #10 = { nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #11 = { nounwind willreturn allockind("alloc,uninitialized") allocsize(1) memory(argmem: read, inaccessiblemem: readwrite) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.dbg.cu = !{!5} !0 = !{i32 2, !"Dwarf Version", i32 4} !1 = !{i32 2, !"Debug Info Version", i32 3} !2 = !{i32 2, !"julia.debug_level", i32 1} !3 = !{i32 1, !"julia.__jit_debug_tsm_addr", i64 140736342367456} !4 = !{i32 2, !"julia.optlevel", i32 2} !5 = distinct !DICompileUnit(language: DW_LANG_Julia, file: !6, producer: "julia", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, nameTableKind: GNU) !6 = !DIFile(filename: "julia", directory: ".") !7 = distinct !DISubprogram(name: "map!", linkageName: "julia_map!_97430", scope: null, file: !8, line: 3362, type: !9, scopeLine: 3362, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !8 = !DIFile(filename: "abstractarray.jl", directory: ".") !9 = !DISubroutineType(types: !10) !10 = !{} !11 = !{!12, !12, i64 0} !12 = !{!"jtbaa_gcframe", !13, i64 0} !13 = !{!"jtbaa", !14, i64 0} !14 = !{!"jtbaa"} !15 = !{!16, !16, i64 0, i64 1} !16 = !{!"jtbaa_const", !13, i64 0} !17 = !DILocation(line: 3362, scope: !7) !18 = !DILocation(line: 49, scope: !19, inlinedAt: !21) !19 = distinct !DISubprogram(name: "getproperty;", linkageName: "getproperty", scope: !20, file: !20, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !20 = !DIFile(filename: "Base.jl", directory: ".") !21 = !DILocation(line: 504, scope: !22, inlinedAt: !24) !22 = distinct !DISubprogram(name: "axes;", linkageName: "axes", scope: !23, file: !23, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !23 = !DIFile(filename: "subarray.jl", directory: ".") !24 = !DILocation(line: 137, scope: !25, inlinedAt: !26) !25 = distinct !DISubprogram(name: "axes1;", linkageName: "axes1", scope: !8, file: !8, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !26 = !DILocation(line: 321, scope: !27, inlinedAt: !28) !27 = distinct !DISubprogram(name: "eachindex;", linkageName: "eachindex", scope: !8, file: !8, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !28 = !DILocation(line: 3363, scope: !7) !29 = !DILocation(line: 49, scope: !19, inlinedAt: !30) !30 = !DILocation(line: 846, scope: !31, inlinedAt: !33) !31 = distinct !DISubprogram(name: "last;", linkageName: "last", scope: !32, file: !32, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !32 = !DIFile(filename: "range.jl", directory: ".") !33 = !DILocation(line: 765, scope: !34, inlinedAt: !35) !34 = distinct !DISubprogram(name: "length;", linkageName: "length", scope: !32, file: !32, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !35 = !DILocation(line: 676, scope: !36, inlinedAt: !37) !36 = distinct !DISubprogram(name: "size;", linkageName: "size", scope: !32, file: !32, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !37 = !DILocation(line: 98, scope: !38, inlinedAt: !39) !38 = distinct !DISubprogram(name: "axes;", linkageName: "axes", scope: !8, file: !8, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !39 = !DILocation(line: 509, scope: !40, inlinedAt: !21) !40 = distinct !DISubprogram(name: "_indices_sub;", linkageName: "_indices_sub", scope: !23, file: !23, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !41 = !DILocation(line: 86, scope: !42, inlinedAt: !44) !42 = distinct !DISubprogram(name: "-;", linkageName: "-", scope: !43, file: !43, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !43 = !DIFile(filename: "int.jl", directory: ".") !44 = !DILocation(line: 768, scope: !34, inlinedAt: !35) !45 = !{!46} !46 = !{!"jnoalias_const", !47} !47 = !{!"jnoalias"} !48 = !{!49, !50, !51, !52} !49 = !{!"jnoalias_gcframe", !47} !50 = !{!"jnoalias_stack", !47} !51 = !{!"jnoalias_data", !47} !52 = !{!"jnoalias_typemd", !47} !53 = !DILocation(line: 87, scope: !54, inlinedAt: !44) !54 = distinct !DISubprogram(name: "+;", linkageName: "+", scope: !43, file: !43, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !55 = !DILocation(line: 83, scope: !56, inlinedAt: !57) !56 = distinct !DISubprogram(name: "<;", linkageName: "<", scope: !43, file: !43, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !57 = !DILocation(line: 379, scope: !58, inlinedAt: !60) !58 = distinct !DISubprogram(name: ">;", linkageName: ">", scope: !59, file: !59, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !59 = !DIFile(filename: "operators.jl", directory: ".") !60 = !DILocation(line: 681, scope: !61, inlinedAt: !62) !61 = distinct !DISubprogram(name: "isempty;", linkageName: "isempty", scope: !32, file: !32, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !62 = !DILocation(line: 904, scope: !63, inlinedAt: !64) !63 = distinct !DISubprogram(name: "iterate;", linkageName: "iterate", scope: !32, file: !32, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !64 = !DILocation(line: 444, scope: !65, inlinedAt: !67) !65 = distinct !DISubprogram(name: "_zip_iterate_some;", linkageName: "_zip_iterate_some", scope: !66, file: !66, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !66 = !DIFile(filename: "iterators.jl", directory: ".") !67 = !DILocation(line: 436, scope: !68, inlinedAt: !69) !68 = distinct !DISubprogram(name: "_zip_iterate_all;", linkageName: "_zip_iterate_all", scope: !66, file: !66, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !69 = !DILocation(line: 426, scope: !70, inlinedAt: !28) !70 = distinct !DISubprogram(name: "iterate;", linkageName: "iterate", scope: !66, file: !66, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !71 = !{i64 24} !72 = !{i64 8} !73 = !{!74, !74, i64 0} !74 = !{!"jtbaa_stack", !13, i64 0} !75 = !{!50} !76 = !{!49, !51, !52, !46} !77 = !DILocation(line: 916, scope: !78, inlinedAt: !80) !78 = distinct !DISubprogram(name: "getindex;", linkageName: "getindex", scope: !79, file: !79, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !79 = !DIFile(filename: "essentials.jl", directory: ".") !80 = !DILocation(line: 92, scope: !81, inlinedAt: !83) !81 = distinct !DISubprogram(name: "getindex;", linkageName: "getindex", scope: !82, file: !82, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !82 = !DIFile(filename: "/home/pkgeval/.julia/packages/StaticArrays/IZgIP/src/SizedArray.jl", directory: ".") !83 = !DILocation(line: 3364, scope: !7) !84 = !DILocation(line: 11, scope: !85, inlinedAt: !77) !85 = distinct !DISubprogram(name: "length;", linkageName: "length", scope: !79, file: !79, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !86 = !{!13, !13, i64 0} !87 = !{!52, !50} !88 = !{!49, !51, !46} !89 = !DILocation(line: 697, scope: !90, inlinedAt: !91) !90 = distinct !DISubprogram(name: "checkbounds;", linkageName: "checkbounds", scope: !8, file: !8, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !91 = !DILocation(line: 21, scope: !92, inlinedAt: !94) !92 = distinct !DISubprogram(name: "getindex;", linkageName: "getindex", scope: !93, file: !93, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !93 = !DIFile(filename: "/home/pkgeval/.julia/packages/StaticArrays/IZgIP/src/MArray.jl", directory: ".") !94 = !DILocation(line: 222, scope: !95, inlinedAt: !97) !95 = distinct !DISubprogram(name: "macro expansion;", linkageName: "macro expansion", scope: !96, file: !96, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !96 = !DIFile(filename: "/home/pkgeval/.julia/packages/StaticArrays/IZgIP/src/linalg.jl", directory: ".") !97 = !DILocation(line: 77, scope: !98, inlinedAt: !100) !98 = distinct !DISubprogram(name: "macro expansion;", linkageName: "macro expansion", scope: !99, file: !99, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !99 = !DIFile(filename: "simdloop.jl", directory: ".") !100 = !DILocation(line: 221, scope: !101, inlinedAt: !102) !101 = distinct !DISubprogram(name: "_vecdot;", linkageName: "_vecdot", scope: !96, file: !96, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !102 = !DILocation(line: 208, scope: !103, inlinedAt: !104) !103 = distinct !DISubprogram(name: "dot;", linkageName: "dot", scope: !96, file: !96, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !104 = !DILocation(line: 172, scope: !105, inlinedAt: !107) !105 = distinct !DISubprogram(name: "inner;", linkageName: "inner", scope: !106, file: !106, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !106 = !DIFile(filename: "/home/pkgeval/.julia/packages/ManifoldsBase/MPJfA/src/DefaultManifold.jl", directory: ".") !107 = !DILocation(line: 704, scope: !108, inlinedAt: !83) !108 = distinct !DISubprogram(name: "#23;", linkageName: "#23", scope: !109, file: !109, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !109 = !DIFile(filename: "/home/pkgeval/.julia/packages/ManifoldsBase/MPJfA/src/bases.jl", directory: ".") !110 = !DILocation(line: 49, scope: !19, inlinedAt: !80) !111 = !DILocation(line: 697, scope: !90, inlinedAt: !112) !112 = !DILocation(line: 383, scope: !113, inlinedAt: !114) !113 = distinct !DISubprogram(name: "setindex!;", linkageName: "setindex!", scope: !23, file: !23, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !114 = !DILocation(line: 3365, scope: !7) !115 = !DILocation(line: 917, scope: !78, inlinedAt: !80) !116 = !{!117, !117, i64 0} !117 = !{!"jtbaa_arrayptr", !118, i64 0} !118 = !{!"jtbaa_array", !13, i64 0} !119 = !{!52} !120 = !{!49, !50, !51, !46} !121 = !{i64 16} !122 = !{!123, !123, i64 0, i64 1} !123 = !{!"jtbaa_memorylen", !118, i64 0} !124 = !{i64 0, i64 1152921504606846975} !125 = !DILocation(line: 87, scope: !54, inlinedAt: !126) !126 = !DILocation(line: 938, scope: !127, inlinedAt: !128) !127 = distinct !DISubprogram(name: "_getindex;", linkageName: "_getindex", scope: !32, file: !32, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !128 = !DILocation(line: 3077, scope: !129, inlinedAt: !131) !129 = distinct !DISubprogram(name: "getindex;", linkageName: "getindex", scope: !130, file: !130, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !130 = !DIFile(filename: "array.jl", directory: ".") !131 = !DILocation(line: 54, scope: !132, inlinedAt: !133) !132 = distinct !DISubprogram(name: "simd_index;", linkageName: "simd_index", scope: !99, file: !99, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !133 = !DILocation(line: 76, scope: !98, inlinedAt: !100) !134 = !DILocation(line: 25, scope: !92, inlinedAt: !94) !135 = !DILocation(line: 939, scope: !127, inlinedAt: !128) !136 = !DILocation(line: 153, scope: !137, inlinedAt: !134) !137 = distinct !DISubprogram(name: "unsafe_load;", linkageName: "unsafe_load", scope: !138, file: !138, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !138 = !DIFile(filename: "pointer.jl", directory: ".") !139 = !{!140, !140, i64 0} !140 = !{!"jtbaa_data", !13, i64 0} !141 = !{!51} !142 = !{!49, !50, !52, !46} !143 = !DILocation(line: 493, scope: !144, inlinedAt: !146) !144 = distinct !DISubprogram(name: "*;", linkageName: "*", scope: !145, file: !145, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !145 = !DIFile(filename: "float.jl", directory: ".") !146 = !DILocation(line: 884, scope: !147, inlinedAt: !94) !147 = distinct !DISubprogram(name: "dot;", linkageName: "dot", scope: !148, file: !148, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !148 = !DIFile(filename: "/source/usr/share/julia/stdlib/v1.11/LinearAlgebra/src/generic.jl", directory: ".") !149 = !DILocation(line: 491, scope: !150, inlinedAt: !94) !150 = distinct !DISubprogram(name: "+;", linkageName: "+", scope: !145, file: !145, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !151 = !DILocation(line: 31, scope: !152, inlinedAt: !154) !152 = distinct !DISubprogram(name: "getindex;", linkageName: "getindex", scope: !153, file: !153, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !153 = !DIFile(filename: "tuple.jl", directory: ".") !154 = !DILocation(line: 65, scope: !155, inlinedAt: !94) !155 = distinct !DISubprogram(name: "getindex;", linkageName: "getindex", scope: !156, file: !156, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !156 = !DIFile(filename: "/home/pkgeval/.julia/packages/StaticArrays/IZgIP/src/SArray.jl", directory: ".") !157 = !DILocation(line: 699, scope: !90, inlinedAt: !112) !158 = !DILocation(line: 87, scope: !54, inlinedAt: !159) !159 = !DILocation(line: 352, scope: !160, inlinedAt: !161) !160 = distinct !DISubprogram(name: "_reindexlinear;", linkageName: "_reindexlinear", scope: !23, file: !23, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !161 = !DILocation(line: 384, scope: !113, inlinedAt: !114) !162 = !DILocation(line: 86, scope: !42, inlinedAt: !163) !163 = !DILocation(line: 986, scope: !164, inlinedAt: !161) !164 = distinct !DISubprogram(name: "setindex!;", linkageName: "setindex!", scope: !130, file: !130, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !165 = !DILocation(line: 11, scope: !85, inlinedAt: !163) !166 = !DILocation(line: 513, scope: !56, inlinedAt: !163) !167 = !DILocation(line: 49, scope: !19, inlinedAt: !161) !168 = !DILocation(line: 49, scope: !19, inlinedAt: !169) !169 = !DILocation(line: 987, scope: !164, inlinedAt: !161) !170 = !DILocation(line: 3366, scope: !7) !171 = !DILocation(line: 51, scope: !172, inlinedAt: !174) !172 = distinct !DISubprogram(name: "iterate;", linkageName: "iterate", scope: !173, file: !173, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !173 = !DIFile(filename: "/home/pkgeval/.julia/packages/StaticArrays/IZgIP/src/SOneTo.jl", directory: ".") !174 = !DILocation(line: 444, scope: !65, inlinedAt: !175) !175 = !DILocation(line: 446, scope: !65, inlinedAt: !176) !176 = !DILocation(line: 436, scope: !68, inlinedAt: !177) !177 = !DILocation(line: 427, scope: !70, inlinedAt: !170) !178 = !DILocation(line: 908, scope: !63, inlinedAt: !179) !179 = !DILocation(line: 444, scope: !65, inlinedAt: !176) !180 = !DILocation(line: 3367, scope: !7) !181 = !{!182, !182, i64 0} !182 = !{!"jtbaa_immut", !183, i64 0} !183 = !{!"jtbaa_value", !140, i64 0} !184 = !{!185, !185, i64 0} !185 = !{!"jtbaa_ptrarraybuf", !140, i64 0} !186 = !DILocation(line: 25, scope: !92, inlinedAt: !187) !187 = !DILocation(line: 218, scope: !101, inlinedAt: !102) !188 = !DILocation(line: 304, scope: !189, inlinedAt: !186) !189 = distinct !DISubprogram(name: "pointer_from_objref;", linkageName: "pointer_from_objref", scope: !138, file: !138, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !190 = !DILocation(line: 75, scope: !98, inlinedAt: !100) !191 = !{!192, !192, i64 0} !192 = !{!"jtbaa_arraybuf", !140, i64 0} !193 = !DILocation(line: 639, scope: !194, inlinedAt: !178) !194 = distinct !DISubprogram(name: "==;", linkageName: "==", scope: !195, file: !195, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !195 = !DIFile(filename: "promotion.jl", directory: ".") !196 = !DILocation(line: 445, scope: !65, inlinedAt: !176) !197 = !DILocation(line: 86, scope: !42, inlinedAt: !198) !198 = !DILocation(line: 754, scope: !199, inlinedAt: !200) !199 = distinct !DISubprogram(name: "checkindex;", linkageName: "checkindex", scope: !8, file: !8, type: !9, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !5, retainedNodes: !10) !200 = !DILocation(line: 689, scope: !90, inlinedAt: !157) !201 = !DILocation(line: 513, scope: !56, inlinedAt: !198) !202 = !DILocation(line: 83, scope: !56, inlinedAt: !171) !203 = distinct !{!203, !204, !205, !206, !207} !204 = !{!"llvm.loop.unroll.disable"} !205 = !{!"llvm.loop.vectorize.enable", i1 false} !206 = !{!"llvm.loop.licm_versioning.disable"} !207 = !{!"llvm.loop.distribute.enable", i1 false} !208 = !{i64 56} !209 = !{i64 40} julia: /source/src/llvm-alloc-opt.cpp:1294: bool {anonymous}::AllocOpt::runOnFunction(llvm::Function&, llvm::function_ref): Assertion `!verifyLLVMIR(F)' failed. [471] signal 6 (-6): Aborted in expression starting at /home/pkgeval/.julia/packages/ManifoldsBase/MPJfA/test/power.jl:52 unknown function (ip: 0x73514e646ebc) gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x73514e5e2394) __assert_fail at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) runOnFunction at /source/src/llvm-alloc-opt.cpp:1294 [inlined] run at /source/src/llvm-alloc-opt.cpp:1304 run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 run at /source/usr/include/llvm/IR/PassManager.h:517 [inlined] run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 _ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 _ZN4llvm11PassManagerINS_6ModuleENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) run at /source/src/pipeline.cpp:777 operator() at /source/src/jitlayers.cpp:1298 withModuleDo<(anonymous namespace)::OptimizerT::operator()(llvm::orc::ThreadSafeModule, llvm::orc::MaterializationResponsibility&) [with long unsigned int N = 4]:: > at /source/usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:136 [inlined] operator() at /source/src/jitlayers.cpp:1259 [inlined] CallImpl<(anonymous namespace)::OptimizerT<4> > at /source/usr/include/llvm/ADT/FunctionExtras.h:221 _ZN4llvm3orc16IRTransformLayer4emitESt10unique_ptrINS0_29MaterializationResponsibilityESt14default_deleteIS3_EENS0_16ThreadSafeModuleE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm3orc16IRTransformLayer4emitESt10unique_ptrINS0_29MaterializationResponsibilityESt14default_deleteIS3_EENS0_16ThreadSafeModuleE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm3orc16IRTransformLayer4emitESt10unique_ptrINS0_29MaterializationResponsibilityESt14default_deleteIS3_EENS0_16ThreadSafeModuleE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm3orc31BasicIRLayerMaterializationUnit11materializeESt10unique_ptrINS0_29MaterializationResponsibilityESt14default_deleteIS3_EE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm3orc19MaterializationTask3runEv at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm6detail18UniqueFunctionBaseIvJSt10unique_ptrINS_3orc4TaskESt14default_deleteIS4_EEEE8CallImplIPFvS7_EEEvPvRS7_ at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm3orc16ExecutionSession22dispatchOutstandingMUsEv at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm3orc16ExecutionSession17OL_completeLookupESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EESt10shared_ptrINS0_23AsynchronousSymbolQueryEESt8functionIFvRKNS_8DenseMapIPNS0_8JITDylibENS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISF_vEEEENSG_ISD_vEENS_6detail12DenseMapPairISD_SI_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm3orc25InProgressFullLookupState8completeESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm3orc16ExecutionSession19OL_applyQueryPhase1ESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EENS_5ErrorE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm3orc16ExecutionSession6lookupENS0_10LookupKindERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS8_EENS0_15SymbolLookupSetENS0_11SymbolStateENS_15unique_functionIFvNS_8ExpectedINS_8DenseMapINS0_15SymbolStringPtrENS_18JITEvaluatedSymbolENS_12DenseMapInfoISI_vEENS_6detail12DenseMapPairISI_SJ_EEEEEEEEESt8functionIFvRKNSH_IS6_NS_8DenseSetISI_SL_EENSK_IS6_vEENSN_IS6_SV_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN4llvm3orc16ExecutionSession6lookupERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS7_EENS0_15SymbolLookupSetENS0_10LookupKindENS0_11SymbolStateESt8functionIFvRKNS_8DenseMapIS5_NS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISI_vEEEENSJ_IS5_vEENS_6detail12DenseMapPairIS5_SL_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) addModule at /source/src/jitlayers.cpp:1875 jl_add_to_ee at /source/src/jitlayers.cpp:2306 _jl_compile_codeinst at /source/src/jitlayers.cpp:277 jl_generate_fptr_impl at /source/src/jitlayers.cpp:536 jl_compile_method_internal at /source/src/gf.c:2538 [inlined] jl_compile_method_internal at /source/src/gf.c:2425 _jl_invoke at /source/src/gf.c:2943 [inlined] ijl_apply_generic at /source/src/gf.c:3128 jl_apply at /source/src/julia.h:2157 [inlined] do_call at /source/src/interpreter.c:126 eval_value at /source/src/interpreter.c:223 eval_stmt_value at /source/src/interpreter.c:174 [inlined] eval_body at /source/src/interpreter.c:670 eval_body at /source/src/interpreter.c:539 eval_body at /source/src/interpreter.c:539 eval_body at /source/src/interpreter.c:539 eval_body at /source/src/interpreter.c:539 eval_body at /source/src/interpreter.c:539 eval_body at /source/src/interpreter.c:539 jl_interpret_toplevel_thunk at /source/src/interpreter.c:824 jl_toplevel_eval_flex at /source/src/toplevel.c:943 jl_toplevel_eval_flex at /source/src/toplevel.c:886 ijl_toplevel_eval_in at /source/src/toplevel.c:994 eval at ./boot.jl:430 [inlined] include_string at ./loading.jl:2777 _jl_invoke at /source/src/gf.c:2951 [inlined] ijl_apply_generic at /source/src/gf.c:3128 _include at ./loading.jl:2837 include at ./sysimg.jl:38 [inlined] macro expansion at /home/pkgeval/.julia/packages/ManifoldsBase/MPJfA/test/runtests.jl:29 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.11/Test/src/Test.jl:1709 [inlined] top-level scope at /home/pkgeval/.julia/packages/ManifoldsBase/MPJfA/test/runtests.jl:4 _jl_invoke at /source/src/gf.c:2951 [inlined] ijl_invoke at /source/src/gf.c:2958 jl_toplevel_eval_flex at /source/src/toplevel.c:934 jl_toplevel_eval_flex at /source/src/toplevel.c:886 ijl_toplevel_eval_in at /source/src/toplevel.c:994 eval at ./boot.jl:430 [inlined] include_string at ./loading.jl:2777 _jl_invoke at /source/src/gf.c:2951 [inlined] ijl_apply_generic at /source/src/gf.c:3128 _include at ./loading.jl:2837 include at ./sysimg.jl:38 unknown function (ip: 0x73514d0ca082) _jl_invoke at /source/src/gf.c:2951 [inlined] ijl_apply_generic at /source/src/gf.c:3128 jl_apply at /source/src/julia.h:2157 [inlined] do_call at /source/src/interpreter.c:126 eval_value at /source/src/interpreter.c:223 eval_stmt_value at /source/src/interpreter.c:174 [inlined] eval_body at /source/src/interpreter.c:670 jl_interpret_toplevel_thunk at /source/src/interpreter.c:824 jl_toplevel_eval_flex at /source/src/toplevel.c:943 jl_toplevel_eval_flex at /source/src/toplevel.c:886 ijl_toplevel_eval_in at /source/src/toplevel.c:994 eval at ./boot.jl:430 [inlined] exec_options at ./client.jl:289 _start at ./client.jl:524 jfptr__start_73686.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2951 [inlined] ijl_apply_generic at /source/src/gf.c:3128 jl_apply at /source/src/julia.h:2157 [inlined] true_main at /source/src/jlapi.c:900 jl_repl_entrypoint at /source/src/jlapi.c:1059 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x73514e5e3249) __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) Allocations: 182558720 (Pool: 182550609; Big: 8111); GC: 108 Testing failed after 646.13s ERROR: LoadError: Package ManifoldsBase errored during testing (received signal: 6) Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.11/Pkg/src/Operations.jl:2128 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2011 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval crashed after 1843.33s: invalid LLVM IR was generated