probcomp / Genify.jl

Automatically convert Julia methods to Gen functions.
Apache License 2.0
47 stars 1 forks source link

Merge initial loop detection functionality into main #2

Closed femtomc closed 3 years ago

femtomc commented 3 years ago

This PR contributes a new file utils.jl which contains code to detect and represent natural loops in method IR.

ztangent commented 3 years ago

This looks awesome! Merged :)