I have an empty SIL function and I want to emit all arguments to the entry BB based on the SIL function type, without emitting any instructions. However, SILGenFunction::emitProlog
could emit instructions.
Is there a method somewhere that does what ArgumentInitHelper
does, and doesn’t emit any instructions?