We don't compile the invokesuperforward YARV instruction (super(...)) yet, and it shows up as exit reasons on lobsters.
As a first step, we can implement it using dynamic dispatch. You might want to add an HIR instruction that looks similar to Insn::Invokesuper, and generate code that calls the C function rb_vm_invokesuperforward, similarly to ruby#14444.