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.
Compiler
abstract_eval_invoke_inst
Expr
1 parent 626d541 commit ed3fcccCopy full SHA for ed3fccc
Compiler/src/ssair/irinterp.jl
@@ -32,7 +32,7 @@ function concrete_eval_invoke(interp::AbstractInterpreter, ci::CodeInstance, arg
32
end
33
34
function abstract_eval_invoke_inst(interp::AbstractInterpreter, inst::Instruction, irsv::IRInterpretationState)
35
- stmt = inst[:stmt]
+ stmt = inst[:stmt]::Expr
36
ci = stmt.args[1]
37
if ci isa MethodInstance
38
world = frame_world(irsv)
0 commit comments