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 665cf7c commit 383a8b8Copy full SHA for 383a8b8
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