FluxML / IRTools.jl

Mike's Little Intermediate Representation
MIT License
111 stars 35 forks source link

handle nested try catches #119

Closed Pangoraw closed 8 months ago

Pangoraw commented 8 months ago

this is follow-up to the ssa conversion fix for try/catch blocks in the case of nested try catches. we now add arguments to catch branches.

Pangoraw commented 8 months ago

Merging as it is a needed follow-up to #117.