Union splitting vs C++

I’m not sure why it gives up on constructing the tuple. I.e. %9 is a union and %10 is an Int64, yet Core.tuple(%9, %10)::Tuple{Any,Any}.

5 Likes