tlc-pack / relax

Apache License 2.0
193 stars 58 forks source link

[FIX][Utils] Add CopyWithNewParams and Check repeated parameters #389

Closed Ubospica closed 1 year ago

Ubospica commented 1 year ago

This PR adds:

  1. A check for any variable used as parameters in different functions of the same IRModule
  2. A util to copy function while copying parameters in the new function, so the new function satisfies 1.