Skip to content

Commit

Permalink
Devolve responsibility in materializer (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Dec 2, 2022
1 parent 9f3186b commit fbf9f01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ version = "1.4.1"

[[LLVM]]
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Printf", "Unicode"]
git-tree-sha1 = "e7e9184b0bf0158ac4e4aa9daf00041b5909bf1a"
git-tree-sha1 = "088dd02b2797f0233d92583562ab669de8517fd1"
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
version = "4.14.0"
version = "4.14.1"

[[LLVMExtra_jll]]
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg", "TOML"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
ExprTools = "0.1"
LLVM = "4.13"
LLVM = "4.14.1"
TimerOutputs = "0.5"
julia = "1.6"
2 changes: 1 addition & 1 deletion src/irgen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ function add_kernel_state!(mod::LLVM.Module)
end
end
end
return val
return nothing
end
for (f, new_f) in workmap
# use a value mapper for rewriting function arguments
Expand Down

0 comments on commit fbf9f01

Please sign in to comment.