Skip to content

Commit

Permalink
AbsIntState is available on v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Nov 23, 2023
1 parent 146ae3d commit d2ab53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/forward.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Core.Compiler: StmtInfo, ArgInfo, CallMeta
using Core.Compiler: StmtInfo, ArgInfo, CallMeta, AbsIntState

function fwd_abstract_call_gf_by_type(interp::AbstractInterpreter, @nospecialize(f),
arginfo::ArgInfo, si::StmtInfo, sv::InferenceState, primal_call::CallMeta)
arginfo::ArgInfo, si::StmtInfo, sv::AbsIntState, primal_call::CallMeta)
if f === ChainRulesCore.frule
# TODO: Currently, we don't have any termination analysis for the non-stratified
# forward analysis, so bail out here.
Expand Down

0 comments on commit d2ab53b

Please sign in to comment.