We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6746e5a commit a207b27Copy full SHA for a207b27
src/compiler/interpreter.jl
@@ -759,13 +759,13 @@ end
759
end
760
761
function abstract_call_known(
762
- @nospecialize(interp::EnzymeInterpreter),
+ interp::EnzymeInterpreter{Handler},
763
@nospecialize(f),
764
arginfo::ArgInfo,
765
si::StmtInfo,
766
sv::AbsIntState,
767
max_methods::Int = get_max_methods(interp, f, sv),
768
-)
+) where Handler
769
770
(; fargs, argtypes) = arginfo
771
@@ -889,7 +889,7 @@ function abstract_call_known(
889
890
return Base.@invoke abstract_call_known(
891
interp::AbstractInterpreter,
892
- f,
+ f::Any,
893
894
895
0 commit comments