File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 629629 name = meth. name
630630 jlmod = meth. module
631631
632- julia_activity_rule (llvmfn)
632+ julia_activity_rule (llvmfn, world )
633633 if has_custom_rule
634634 handleCustom (
635635 state,
Original file line number Diff line number Diff line change 11
2- function julia_activity_rule (f:: LLVM.Function )
2+ function julia_activity_rule (f:: LLVM.Function , world )
33 if startswith (LLVM. name (f), " japi3" ) || startswith (LLVM. name (f), " japi1" )
44 return
55 end
@@ -30,8 +30,6 @@ function julia_activity_rule(f::LLVM.Function)
3030 if mi. specTypes. parameters[end ] === Vararg{Any}
3131 return
3232 end
33- world = enzyme_extract_world (f)
34- # TODO : Access to gutils
3533
3634 # TODO fix the attributor inlining such that this can assert always true
3735 if expectLen != length (parameters (f))
You can’t perform that action at this time.
0 commit comments