FluxML / IRTools.jl

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

Renumber slots in returnnode in invoke_tweaks! #127

Open maartenvd opened 1 month ago

maartenvd commented 1 month ago

Fixes https://github.com/FluxML/IRTools.jl/issues/126

maartenvd commented 1 month ago

There's another issue which I'd like to debug, but I'm not too familiar with this ssa! stuff in irtools...

met = IRTools.meta(Tuple{typeof(Base.Partr.multiq_size), Int8})
ir = IRTools.IR(met)