How to support more arguments for customized pass

Hi,

We have a customized pass, which take both stmt and binds as input args, however, only stmt is supported for now. is there a simple way to do this? @tqchen

for f in lower_phase0:
    stmt = f(stmt)

thanks,