Skip to content

Commit

Permalink
Nodecayed fix (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Dec 26, 2024
1 parent 8d892e7 commit 902faad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm/transforms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ function nodecayed_phis!(mod::LLVM.Module)
for (vt, bb) in LLVM.incoming(v)
b2 = IRBuilder()
position!(b2, terminator(bb))
if v2 == v
if vt == v
push!(vs, nothing)
push!(offs, nothing)
else
Expand Down

0 comments on commit 902faad

Please sign in to comment.