LoadFunction::signature
's documentation does not match it's uses
#1755
Milestone
LoadFunction::signature
's documentation does not match it's uses
#1755
documentation: "The instantiation of
func_sig
".Here, instantiation means the
Signature
of the target polymorphic function after the type args of the LoadFunction op are substituted.it is used as the the signature of the op.
This new function on
impl LoadFunction
would give the instantiation:I suggest that rather than implement the above function, we rename
signature -> instantiation
, and that all uses are changed to callDataflowOpTrait::signature()
which would be redefined to compute the signature from the instantiation.The text was updated successfully, but these errors were encountered: