We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
with_new_compiler
1 parent 90eb96f commit 4b19ab4Copy full SHA for 4b19ab4
Compiler/extras/CompilerDevTools/src/CompilerDevTools.jl
@@ -48,7 +48,7 @@ end
48
function Compiler.transform_result_for_cache(interp::SplitCacheInterp, result::Compiler.InferenceResult, edges::Compiler.SimpleVector)
49
opt = result.src::Compiler.OptimizationState
50
ir = opt.result.ir::Compiler.IRCode
51
- override = GlobalRef(@__MODULE__(), :with_new_compiler)
+ override = with_new_compiler
52
for inst in ir.stmts
53
stmt = inst[:stmt]
54
isexpr(stmt, :call) || continue
0 commit comments