Skip to content

Commit

Permalink
Further reduce recursive inference
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Dec 1, 2024
1 parent 79678f7 commit e8f3557
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/compiler/interpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -799,8 +799,6 @@ function abstract_call_known(
if Base.isconcretetype(bcty) && bcty <: Base.Broadcast.Broadcasted{<:Base.Broadcast.DefaultArrayStyle, Nothing} && all(array_or_number, bcty.parameters[4].parameters) && any(Base.Fix2(Base.:<:, AbstractArray), bcty.parameters[4].parameters)
fnty = bcty.parameters[3]
eltys = map(num_or_eltype, bcty.parameters[4].parameters)
retty = Core.Compiler._return_type(interp, Tuple{fnty, eltys...})
if Base.isconcretetype(retty)
arginfo2 = ArgInfo(
fargs isa Nothing ? nothing :
[:(Enzyme.Compiler.Interpreter.override_bc_materialize), fargs[2:end]...],
Expand All @@ -814,7 +812,6 @@ function abstract_call_known(
sv::AbsIntState,
max_methods::Int,
)
end
end
end

Expand Down

0 comments on commit e8f3557

Please sign in to comment.